|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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 | |
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 DeviceAddress getAuthenticatedAddress()
public DeviceAddress[] getAuthenticatedAddresses()
public User getAuthenticatedUser()
public AuthenticationInfo getAuthenticationInfo()
public java.lang.String getAuthenticationType()
public boolean isAuthenticated()
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||