Class AuthenticatedAuthenticationPassthroughProvider

java.lang.Object
org.alfresco.repo.security.authentication.AuthenticatedAuthenticationPassthroughProvider
All Implemented Interfaces:
net.sf.acegisecurity.providers.AuthenticationProvider

public class AuthenticatedAuthenticationPassthroughProvider extends Object implements net.sf.acegisecurity.providers.AuthenticationProvider
  • Constructor Details

    • AuthenticatedAuthenticationPassthroughProvider

      public AuthenticatedAuthenticationPassthroughProvider()
  • Method Details

    • authenticate

      public net.sf.acegisecurity.Authentication authenticate(net.sf.acegisecurity.Authentication authentication) throws net.sf.acegisecurity.AuthenticationException
      Specified by:
      authenticate in interface net.sf.acegisecurity.providers.AuthenticationProvider
      Throws:
      net.sf.acegisecurity.AuthenticationException
    • supports

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