|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.spy.aaa.Authenticator
Perform the actual authentication and generate a ticket, used internally by the SpySecurityManager.
| Constructor Summary | |
Authenticator()
Get an instance of Authenticator. |
|
| Method Summary | |
Token |
authUser(Authable a,
String password)
Get a Token for Authenticating a user. |
abstract AuthUser |
getUser(Authable a)
Lookup a user by Authable. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Authenticator()
| Method Detail |
public abstract AuthUser getUser(Authable a)
throws AuthException
AuthException
public Token authUser(Authable a,
String password)
throws AuthException
AuthException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||