Class AuthenticatedAuthenticationPassthroughProvider

  • All Implemented Interfaces:
    net.sf.acegisecurity.providers.AuthenticationProvider

    public class AuthenticatedAuthenticationPassthroughProvider
    extends java.lang.Object
    implements net.sf.acegisecurity.providers.AuthenticationProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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