Class ChangeRoleMapperPermission

All Implemented Interfaces:
Serializable, Guard, PermissionVerifier

public final class ChangeRoleMapperPermission extends AbstractNameOnlyPermission<ChangeRoleMapperPermission>
The permission to change a role mapper category on a security identity.
See Also:
  • Constructor Details

    • ChangeRoleMapperPermission

      public ChangeRoleMapperPermission(String name)
      Construct a new instance.
      Parameters:
      name - the category name, or * for all categories
    • ChangeRoleMapperPermission

      public ChangeRoleMapperPermission(String name, String ignored)
      Construct a new instance.
      Parameters:
      name - the category name, or * for all categories
      ignored - the permission actions (ignored)
  • Method Details