Class AuthenticatedAuthenticationPassthroughProvider
- java.lang.Object
-
- org.alfresco.repo.security.authentication.AuthenticatedAuthenticationPassthroughProvider
-
- All Implemented Interfaces:
net.sf.acegisecurity.providers.AuthenticationProvider
public class AuthenticatedAuthenticationPassthroughProvider extends java.lang.Object implements net.sf.acegisecurity.providers.AuthenticationProvider
-
-
Constructor Summary
Constructors Constructor Description AuthenticatedAuthenticationPassthroughProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sf.acegisecurity.Authenticationauthenticate(net.sf.acegisecurity.Authentication authentication)booleansupports(java.lang.Class authentication)
-
-
-
Method Detail
-
authenticate
public net.sf.acegisecurity.Authentication authenticate(net.sf.acegisecurity.Authentication authentication) throws net.sf.acegisecurity.AuthenticationException- Specified by:
authenticatein interfacenet.sf.acegisecurity.providers.AuthenticationProvider- Throws:
net.sf.acegisecurity.AuthenticationException
-
supports
public boolean supports(java.lang.Class authentication)
- Specified by:
supportsin interfacenet.sf.acegisecurity.providers.AuthenticationProvider
-
-