|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nees.auth.AuthenticationMethod
This class represents a means of acquiring authentication information.
| Constructor Summary | |
AuthenticationMethod()
|
|
| Method Summary | |
abstract AuthenticIdentity |
getIdentity()
Get the user's authentic identity in a stateless or default-session context. |
AuthenticIdentity |
getIdentity(java.lang.Object sessionKey)
Get the session user's authentic identity for a particular authentication session, represented by a session key object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AuthenticationMethod()
| Method Detail |
public AuthenticIdentity getIdentity(java.lang.Object sessionKey)
throws AuthenticationException
sessionKey - an object representing the authentication session.
AuthenticationException
public abstract AuthenticIdentity getIdentity()
throws AuthenticationException
AuthenticationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||