| java.lang.Object org.acegisecurity.adapters.cas.CasPasswordHandler
CasPasswordHandler | final public class CasPasswordHandler implements InitializingBean(Code) | | Provides actual CAS authentication by delegation to an AuthenticationManager .Do not use this
class directly. Instead configure CAS to use the
CasPasswordHandlerProxy .
author: Ben Alex version: $Id: CasPasswordHandler.java 1496 2006-05-23 13:38:33Z benalex $ |
authenticate | public boolean authenticate(ServletRequest servletRequest, String username, String password)(Code) | | Called by CasPasswordHandlerProxy for individual authentication requests.Delegates to
the configured AuthenticationManager .
Parameters: servletRequest - as provided by CAS Parameters: username - provided to CAS Parameters: password - provided to CAS whether authentication was successful or not |
|
|