public final class WildFlySecurityManagerPermission extends AbstractNameSetOnlyPermission<WildFlySecurityManagerPermission>
doUncheckedgetStackInspectorALL, NONE| Constructor and Description | 
|---|
WildFlySecurityManagerPermission(String name)
Construct a new instance. 
 | 
WildFlySecurityManagerPermission(String name,
                                String actions)
Construct a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static WildFlySecurityManagerPermission | 
forName(String name)
Get the permission with the given name. 
 | 
WildFlySecurityManagerPermission | 
withName(String name)
Create a new permission which is identical to this one, except with a new  
name. | 
impliesName, nameEquals, nameHashCode, newPermissionCollectionequals, hashCode, implies, impliesName, impliesName, nameEquals, nameEqualsequals, getActions, implies, requireEmptyActionscheckGuard, getName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitand, checkPermission, from, from, from, from, not, or, toPermissionCollection, unless, xorpublic WildFlySecurityManagerPermission(String name)
name - the permission name (must not be null)public WildFlySecurityManagerPermission withName(String name)
AbstractNamedPermissionname.withName in class AbstractNamedPermission<WildFlySecurityManagerPermission>name - the name to use (must not be null)public static WildFlySecurityManagerPermission forName(String name)
name - the name (must not be null)null)IllegalArgumentException - if the name is not validCopyright © 2018 JBoss by Red Hat. All rights reserved.