org.jasig.cas.adaptors.trusted.authentication.handler.support
Class PrincipalBearingCredentialsAuthenticationHandler
java.lang.Object
org.jasig.cas.adaptors.trusted.authentication.handler.support.PrincipalBearingCredentialsAuthenticationHandler
- All Implemented Interfaces:
- AuthenticationHandler
public final class PrincipalBearingCredentialsAuthenticationHandler
- extends Object
- implements AuthenticationHandler
AuthenticationHandler which authenticates Principal-bearing credentials.
Authentication must have occured at the time the Principal-bearing
credentials were created, so we perform no further authentication. Thus
merely by being presented a PrincipalBearingCredentials, this handler returns
true.
- Since:
- 3.0.5
- Version:
- $Revision$ $Date$
- Author:
- Andrew Petro
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrincipalBearingCredentialsAuthenticationHandler
public PrincipalBearingCredentialsAuthenticationHandler()
authenticate
public boolean authenticate(Credentials credentials)
- Specified by:
authenticate in interface AuthenticationHandler
supports
public boolean supports(Credentials credentials)
- Specified by:
supports in interface AuthenticationHandler
Copyright © 2004-2012 Jasig. All Rights Reserved.