| org.josso.auth.Authenticator
All known Subclasses: org.josso.auth.AuthenticatorImpl,
Authenticator | public interface Authenticator (Code) | | The authenticator validates if credentials are valid proof of user identity.
author: Sebastian Gonzalez Oyuela version: $Id: Authenticator.java 508 2008-02-18 13:32:29Z sgonzalez $ |
check | Subject check(Credential[] credentials, String schemeName) throws SSOAuthenticationException(Code) | | The is valid method is used to see if credentials are a valid proof of the user identity.
The process populates the received subject with all Principals and Credentials.
Parameters: credentials - that should proof user identity.the state of the authenticated Subject. the authenticated subject. |
setAuthenticationSchemes | void setAuthenticationSchemes(AuthenticationScheme[] as)(Code) | | Sets the configured authentication schemes available to the authenticator.
Parameters: as - the authentication schemes. |
|
|