|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.util.Set |
getAttributeValues(java.lang.String attribute)
retrieve the value of a single-valued or multi-valued user attribute |
java.lang.String |
getDisplayName()
get the display string to use for this principal |
java.lang.String |
getDomainName()
get the canonical domain name for this principal |
java.lang.String |
getProperty(java.lang.String attribute)
retrieve the value of a single-valued user attribute |
java.lang.String |
getUID()
get the fully qualified uid for this principal |
java.util.Enumeration |
propertyNames()
retrieve the names of all properties available, both single and multi-valued. |
void |
setAttributeValues(java.lang.String attribute,
java.util.Set values)
set the values of a single-valued or multi-valued attribute |
void |
setProperty(java.lang.String attribute,
java.lang.String value)
retrieve the value of a single-valued user attribute |
Methods inherited from interface java.security.Principal |
equals, getName, hashCode, toString |
Method Detail |
public java.lang.String getUID()
public java.lang.String getDisplayName()
public java.lang.String getDomainName()
public java.lang.String getProperty(java.lang.String attribute)
public void setProperty(java.lang.String attribute, java.lang.String value)
public java.util.Enumeration propertyNames()
public void setAttributeValues(java.lang.String attribute, java.util.Set values)
public java.util.Set getAttributeValues(java.lang.String attribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |