au.edu.archer.acegi.httpheader
Class HTTPHeaderAuthenticationManager
java.lang.Object
au.edu.archer.acegi.httpheader.HTTPHeaderAuthenticationManager
- All Implemented Interfaces:
- org.acegisecurity.providers.AuthenticationProvider
public class HTTPHeaderAuthenticationManager
- extends java.lang.Object
- implements org.acegisecurity.providers.AuthenticationProvider
Pass the authentication token straight back.
This is used with the HTTPHeaderFilter, which actually
does the authentication.
- Author:
- Nigel Sim
|
Method Summary |
org.acegisecurity.Authentication |
authenticate(org.acegisecurity.Authentication arg0)
|
boolean |
supports(java.lang.Class arg0)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPHeaderAuthenticationManager
public HTTPHeaderAuthenticationManager()
authenticate
public org.acegisecurity.Authentication authenticate(org.acegisecurity.Authentication arg0)
throws org.acegisecurity.AuthenticationException
- Specified by:
authenticate in interface org.acegisecurity.providers.AuthenticationProvider
- Throws:
org.acegisecurity.AuthenticationException
supports
public boolean supports(java.lang.Class arg0)
- Specified by:
supports in interface org.acegisecurity.providers.AuthenticationProvider
Copyright © 2008. All Rights Reserved.