public final class ChangeRoleMapperPermission extends AbstractNameOnlyPermission<ChangeRoleMapperPermission>
ALL, NONE
Constructor and Description |
---|
ChangeRoleMapperPermission(String name)
Construct a new instance.
|
ChangeRoleMapperPermission(String name,
String ignored)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
ChangeRoleMapperPermission |
withName(String name)
Create a new permission which is identical to this one, except with a new
name . |
newPermissionCollection
equals, hashCode, implies, impliesName, impliesName, impliesName, nameEquals, nameEquals, nameEquals, nameHashCode
equals, getActions, implies, requireEmptyActions
checkGuard, getName, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
and, checkPermission, from, from, from, from, not, or, toPermissionCollection, unless, xor
public ChangeRoleMapperPermission(String name)
name
- the category name, or *
for all categoriespublic ChangeRoleMapperPermission withName(String name)
AbstractNamedPermission
name
.withName
in class AbstractNamedPermission<ChangeRoleMapperPermission>
name
- the name to use (must not be null
)Copyright © 2020 JBoss by Red Hat. All rights reserved.