|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface AuthenticatorInterface
Interface for a class to handle authenticating a user identity.
| Method Summary | |
|---|---|
abstract boolean |
authenticate(UserContextInterface user,
UserIdentityInterface identity,
java.util.Map options)
Authenticates a user identity. |
| Method Detail |
|---|
boolean authenticate(UserContextInterface user,
UserIdentityInterface identity,
java.util.Map options)
user - The user context that owns the identity.identity - The identity to authenticate.options - Additional options for the authentication process (this
may include a host and port for an authentication server and other
information).
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||