public class AuthenticatedAuthenticationPassthroughProvider extends Object implements net.sf.acegisecurity.providers.AuthenticationProvider
Constructor and Description |
---|
AuthenticatedAuthenticationPassthroughProvider() |
Modifier and Type | Method and Description |
---|---|
net.sf.acegisecurity.Authentication |
authenticate(net.sf.acegisecurity.Authentication authentication) |
boolean |
supports(Class authentication) |
public AuthenticatedAuthenticationPassthroughProvider()
public net.sf.acegisecurity.Authentication authenticate(net.sf.acegisecurity.Authentication authentication) throws net.sf.acegisecurity.AuthenticationException
authenticate
in interface net.sf.acegisecurity.providers.AuthenticationProvider
net.sf.acegisecurity.AuthenticationException
public boolean supports(Class authentication)
supports
in interface net.sf.acegisecurity.providers.AuthenticationProvider
Copyright © 2005–2017 Alfresco Software. All rights reserved.