org.alfresco.repo.security.authentication
Class AuthenticatedAuthenticationPassthroughProvider

java.lang.Object
  extended by 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
AuthenticatedAuthenticationPassthroughProvider()
           
 
Method Summary
 net.sf.acegisecurity.Authentication authenticate(net.sf.acegisecurity.Authentication authentication)
           
 boolean supports(java.lang.Class authentication)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatedAuthenticationPassthroughProvider

public AuthenticatedAuthenticationPassthroughProvider()
Method Detail

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(java.lang.Class authentication)
Specified by:
supports in interface net.sf.acegisecurity.providers.AuthenticationProvider


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.