|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extends java.security.Principal by providing methods to get the attributes of user and the groups that the user belongs to
Method Summary | |
---|---|
BasicAttributes |
getAttributes()
Returns user attributes for this user from security repository |
Enumeration |
getGroups()
Returns Enumeration of UserGroups which user is a member of |
String |
getName()
Returns the name of this user. |
Methods inherited from interface java.security.Principal |
---|
equals, hashCode, toString |
Method Detail |
public BasicAttributes getAttributes() throws SecAdminException
SecAdminException
public Enumeration getGroups() throws SecAdminException
SecAdminException
public String getName()
getName
in interface Principal
Principal.getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |