public class SecurityRoleMapping extends RuntimeDescriptor
propListeners
DESCRIPTION_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, size
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, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public 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 © 2019. All rights reserved.