org.kuali.rice.kim.client.acegi
Class KualiTestAuthenticationProvider
java.lang.Object
   org.kuali.rice.kim.client.acegi.KualiTestAuthenticationProvider
org.kuali.rice.kim.client.acegi.KualiTestAuthenticationProvider
- All Implemented Interfaces: 
- org.acegisecurity.providers.AuthenticationProvider
- public class KualiTestAuthenticationProvider 
- extends Object- implements org.acegisecurity.providers.AuthenticationProvider
This is the out of box authentication method used by rice.  It authenticates any username/password pairs that match
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
| Method Summary | 
|  org.acegisecurity.Authentication | authenticate(org.acegisecurity.Authentication authentication)
 | 
|  boolean | supports(Class authentication)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KualiTestAuthenticationProvider
public KualiTestAuthenticationProvider()
authenticate
public org.acegisecurity.Authentication authenticate(org.acegisecurity.Authentication authentication)
                                              throws org.acegisecurity.AuthenticationException
- 
- Specified by:
- authenticatein interface- org.acegisecurity.providers.AuthenticationProvider
 
- 
- Throws:
- org.acegisecurity.AuthenticationException
 
supports
public boolean supports(Class authentication)
- 
- Specified by:
- supportsin interface- org.acegisecurity.providers.AuthenticationProvider
 
- 
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.