public interface AuthenticationManager
This is a published and supported CAS Server 3 API.
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_METHOD_ATTRIBUTE |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
authenticate(Credentials credentials)
Method to validate the credentials provided.
|
static final String AUTHENTICATION_METHOD_ATTRIBUTE
Authentication authenticate(Credentials credentials) throws AuthenticationException
credentials - The credentials provided for authentication.AuthenticationException - if unable to determine validity of
credentials or there is an extenuating circumstance related to
credentials (i.e. Account locked).Copyright © 2004-2012 Jasig. All Rights Reserved.