|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Authenticator
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
Deprecated. This object describes the success or the failure of an attempt to authenticate a user. |
| Method Summary | |
|---|---|
Authenticator.AuthenticationResult |
authenticate(HandlerConfiguration configuration,
SourceParameters parameters)
Deprecated. Try to authenticate the user. |
void |
logout(UserHandler handler)
Deprecated. This notifies the authenticator that a user logs out of the given handler. |
| Method Detail |
|---|
Authenticator.AuthenticationResult authenticate(HandlerConfiguration configuration,
SourceParameters parameters)
throws ProcessingException
ProcessingException - Only if an error occursvoid logout(UserHandler handler)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||