|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the authentication context that is passed from the authentication module to the authorization module. It is between the authentication and authorization to agree on a common object type. The context may convey name/password pairs, tokens, cookies, JAAS objects such as Principle, Subject, Role, etc.
Method Summary |
Type | Method |
---|---|
DeviceAddress |
getAuthenticatedAddress()
The address used for authentication. |
DeviceAddress[] |
getAuthenticatedAddresses()
All the device addresses authenticated for this context. |
User |
getAuthenticatedUser()
Get the authenticated user. |
AuthenticationInfo |
getAuthenticationInfo()
Get the authentication info that describes the trust level of the authentication context. |
java.lang.String |
getAuthenticationType()
Get the authentication type. |
boolean |
isAuthenticated()
The context passed the norminal authentication level. |
Method Detail |
public java.lang.String getAuthenticationType()
public AuthenticationInfo getAuthenticationInfo()
public User getAuthenticatedUser()
public DeviceAddress[] getAuthenticatedAddresses()
public DeviceAddress getAuthenticatedAddress()
public boolean isAuthenticated()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |