Class AbstractEdAuthAuthenticationProvider

  • All Implemented Interfaces:
    org.springframework.security.authentication.AuthenticationProvider
    Direct Known Subclasses:
    EdAuthAuthenticationProvider, LoginAuthenticationProvider

    public abstract class AbstractEdAuthAuthenticationProvider
    extends Object
    implements org.springframework.security.authentication.AuthenticationProvider
    Base class to provide drop in authentication provider for spring-security 3.2.x.
    Author:
    Middleware Services
    • Field Detail

      • logger

        protected final org.slf4j.Logger logger
        Class logger instance.
    • Constructor Detail

      • AbstractEdAuthAuthenticationProvider

        public AbstractEdAuthAuthenticationProvider​(EdAuthService service)
    • Method Detail

      • authenticate

        public org.springframework.security.core.Authentication authenticate​(org.springframework.security.core.Authentication authentication)
        Specified by:
        authenticate in interface org.springframework.security.authentication.AuthenticationProvider
      • supports

        public boolean supports​(Class<?> authentication)
        Specified by:
        supports in interface org.springframework.security.authentication.AuthenticationProvider