public class MethodPermission
extends org.glassfish.deployment.common.Descriptor
| Constructor and Description |
|---|
MethodPermission(org.glassfish.security.common.Role role)
construct a new MethodPermission based on a security role
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
static MethodPermission |
getExcludedMethodPermission() |
org.glassfish.security.common.Role |
getRole() |
static MethodPermission |
getUncheckedMethodPermission() |
int |
hashCode() |
boolean |
isExcluded() |
boolean |
isRoleBased() |
boolean |
isUnchecked() |
void |
print(StringBuffer toStringBuffer) |
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic MethodPermission(org.glassfish.security.common.Role role)
role - the security role associated to the method permissionpublic static MethodPermission getUncheckedMethodPermission()
public static MethodPermission getExcludedMethodPermission()
public boolean isRoleBased()
public boolean isUnchecked()
public boolean isExcluded()
public org.glassfish.security.common.Role getRole()
public void print(StringBuffer toStringBuffer)
print in class org.glassfish.deployment.common.DescriptorCopyright © 2013. All Rights Reserved.