| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acegisecurity.providers.cas.CasAuthenticationProvider
org.kuali.rice.kim.client.acegi.KualiCasAuthenticationProvider
public class KualiCasAuthenticationProvider
A CasAuthenticationProvider implementation that integrates with 
 Kuali Identity Management (KIM).
This 
 CasAuthenticationProvider is capable of validating UsernamePasswordAuthenticationToken requests which contains a 
 distributed session token. It can also validate a previously created 
 CasAuthenticationToken.
UserDetails based on a valid CAS ticket 
 response.
| Field Summary | 
|---|
| Fields inherited from class org.acegisecurity.providers.cas.CasAuthenticationProvider | 
|---|
| messages | 
| Constructor Summary | |
|---|---|
| KualiCasAuthenticationProvider() | |
| Method Summary | |
|---|---|
|  org.acegisecurity.Authentication | authenticate(org.acegisecurity.Authentication authentication)This overridden method is copied from CAS verbatim. | 
| Methods inherited from class org.acegisecurity.providers.cas.CasAuthenticationProvider | 
|---|
| afterPropertiesSet, getCasAuthoritiesPopulator, getCasProxyDecider, getKey, getStatelessTicketCache, getTicketValidator, setCasAuthoritiesPopulator, setCasProxyDecider, setKey, setMessageSource, setStatelessTicketCache, setTicketValidator, supports | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public KualiCasAuthenticationProvider()
| Method Detail | 
|---|
public org.acegisecurity.Authentication authenticate(org.acegisecurity.Authentication authentication)
                                              throws org.acegisecurity.AuthenticationException
authenticateNow would not override and the super method 
 would get called until did this method was also overridden.
authenticate in interface org.acegisecurity.providers.AuthenticationProviderauthenticate in class org.acegisecurity.providers.cas.CasAuthenticationProviderorg.acegisecurity.AuthenticationExceptionCasAuthenticationProvider.authenticate(org.acegisecurity.Authentication)| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||