public class SecurityRoleMapping extends RuntimeDescriptor
propListenersDESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
SecurityRoleMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroupName(String g) |
void |
addPrincipalName(PrincipalNameDescriptor p) |
List<String> |
getGroupNames() |
String[] |
getPrincipalName()
Deprecated.
This method needs to be removed once the custom principal is fully
supported. We keep it for now for backward compatiblity in API. Note
that this method only returns the name of the principals, not their
class-names. Use with caution!
|
List<PrincipalNameDescriptor> |
getPrincipalNames() |
String |
getRoleName() |
void |
setRoleName(String name) |
addPropertyChangeListener, addPropertyChangeListener, addValue, getAttributeValue, getAttributeValue, getAttributeValue, getValue, getValue, getValues, removePropertyChangeListener, removePropertyChangeListener, removeValue, removeValue, setAttributeValue, setAttributeValue, setAttributeValue, setValue, setValue, setValues, sizeaddDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic String getRoleName()
public void setRoleName(String name)
public List<PrincipalNameDescriptor> getPrincipalNames()
public void addPrincipalName(PrincipalNameDescriptor p)
public void addGroupName(String g)
public String[] getPrincipalName()
Copyright © 2017. All rights reserved.