org.jboss.portal.identity.sso.cas
Class CASAuthenticationHandler

java.lang.Object
  extended by org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
      extended by org.jboss.portal.identity.sso.cas.CASAuthenticationHandler
All Implemented Interfaces:
org.jasig.cas.authentication.handler.AuthenticationHandler, org.springframework.beans.factory.InitializingBean

public class CASAuthenticationHandler
extends org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler


Field Summary
 
Fields inherited from class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
log
 
Constructor Summary
CASAuthenticationHandler()
           
 
Method Summary
protected  boolean authenticateUsernamePasswordInternal(org.jasig.cas.authentication.principal.UsernamePasswordCredentials credentials)
           
 
Methods inherited from class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
afterPropertiesSet, afterPropertiesSetInternal, authenticate, getPasswordEncoder, setClassToSupport, setPasswordEncoder, setSupportSubClasses, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CASAuthenticationHandler

public CASAuthenticationHandler()
Method Detail

authenticateUsernamePasswordInternal

protected boolean authenticateUsernamePasswordInternal(org.jasig.cas.authentication.principal.UsernamePasswordCredentials credentials)
                                                throws org.jasig.cas.authentication.handler.AuthenticationException
Specified by:
authenticateUsernamePasswordInternal in class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
Throws:
org.jasig.cas.authentication.handler.AuthenticationException