|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Verify if a user can be authenticated. An authenticator can implement all the usual component lifecycle interfaces and gets the information set. An authenticator must be implemented in a thread safe manner!
Nested Class Summary | |
static class |
Authenticator.AuthenticationResult
This object describes the success or the failure of an attempt to authenticate a user. |
Method Summary | |
Authenticator.AuthenticationResult |
authenticate(HandlerConfiguration configuration,
SourceParameters parameters)
Try to authenticate the user. |
void |
logout(UserHandler handler)
This notifies the authenticator that a user logs out of the given handler. |
Method Detail |
public Authenticator.AuthenticationResult authenticate(HandlerConfiguration configuration, SourceParameters parameters) throws ProcessingException
ProcessingException
- Only if an error occurspublic void logout(UserHandler handler)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |