org.kuali.rice.kim.client.acegi
Class KualiTestAuthenticationProvider

java.lang.Object
  extended by 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)

Constructor Summary
KualiTestAuthenticationProvider()
           
 
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
 

Constructor Detail

KualiTestAuthenticationProvider

public KualiTestAuthenticationProvider()
Method Detail

authenticate

public org.acegisecurity.Authentication authenticate(org.acegisecurity.Authentication authentication)
                                              throws org.acegisecurity.AuthenticationException
Specified by:
authenticate in interface org.acegisecurity.providers.AuthenticationProvider
Throws:
org.acegisecurity.AuthenticationException

supports

public boolean supports(Class authentication)
Specified by:
supports in interface org.acegisecurity.providers.AuthenticationProvider


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.