|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthnIdentity
User identification information for understanding who a user is or if they are allowed to access a resource.
Method Summary | |
---|---|
Set<GroupPrincipal> |
getGroups()
Gets all the groups a user belongs to in an immutable set. |
String |
getPassword()
Gets the user's password. |
UserPrincipal |
getUser()
Gets the user principal. |
Method Detail |
---|
UserPrincipal getUser()
String getPassword()
null
if it is unavailable.Set<GroupPrincipal> getGroups()
null
if they are unavailable.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |