ch.elca.el4j.tests.services.security.provider
Class TestingAuthenticationProvider
java.lang.Object
ch.elca.el4j.tests.services.security.provider.TestingAuthenticationProvider
- All Implemented Interfaces:
- org.springframework.security.authentication.AuthenticationProvider
- Direct Known Subclasses:
- ExtendedTestingAuthenticationProvider
public class TestingAuthenticationProvider
- extends Object
- implements org.springframework.security.authentication.AuthenticationProvider
This class is an implementation of the AthenticationProvider for testing purposes.
- Author:
- Daniel Thomas (DTH)
- File-location:
- TestingAuthenticationProvider
- Last check-in date:
- 2010-01-15 12:21:07 +0100 (Fr, 15. Jan 2010) by jonasha for revision 4091
|
Method Summary |
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication)
|
boolean |
supports(Class authentication)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestingAuthenticationProvider
public TestingAuthenticationProvider()
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
throws org.springframework.security.core.AuthenticationException
- Specified by:
authenticate in interface org.springframework.security.authentication.AuthenticationProvider
- Throws:
org.springframework.security.core.AuthenticationException
supports
public boolean supports(Class authentication)
- Specified by:
supports in interface org.springframework.security.authentication.AuthenticationProvider
Copyright © 2005-2011 ELCA. All Rights Reserved.