|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The authenticator is a simple interface for authenticating a user.
UserHandle| Method Summary | |
LoginSession |
authenticate(char[] cred)
Authenticate a user using credentials. |
LoginSession |
authenticate(char[] cred,
LoginListener[] listeners)
Authenticate a user and notify listeners. |
Indirection |
getIndirection()
Get backing indirection if available. |
| Method Detail |
public LoginSession authenticate(char[] cred)
throws AuthenticationFailedException
cred - User credentials
AuthenticationFailedException - If authentication failed
public LoginSession authenticate(char[] cred,
LoginListener[] listeners)
throws AuthenticationFailedException
cred - User credentialslisteners - Listeners to notify, null to notify all
AuthenticationFailedException - If authentication failedpublic Indirection getIndirection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||