public class SecurityRoleDescriptor extends Descriptor implements SecurityRole
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
SecurityRoleDescriptor()
Default constructor.
|
SecurityRoleDescriptor(Role role)
Construct a SecurityRoleDescriptor from the given role object.
|
SecurityRoleDescriptor(String name)
Construct a SecurityRoleDescriptor from the given role name.
|
SecurityRoleDescriptor(String name,
String description)
Construct a SecurityRoleDescriptor from the given role name and description.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Equality on rolename.
|
int |
hashCode()
My hashcode.
|
void |
print(StringBuilder toStringBuilder)
Formatted string representing my state.
|
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, setChangedclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescription, getLargeIconUri, getName, getSmallIconUri, setDescription, setLargeIconUri, setName, setSmallIconUripublic SecurityRoleDescriptor()
public SecurityRoleDescriptor(String name)
public SecurityRoleDescriptor(String name, String description)
public SecurityRoleDescriptor(Role role)
public void print(StringBuilder toStringBuilder)
print in class DescriptorCopyright © 2019. All rights reserved.