Class AbstractAuthenticationProvider

java.lang.Object
org.ligoj.app.http.security.AbstractAuthenticationProvider
All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider
Direct Known Subclasses:
RestAuthenticationProvider, TrustedAuthenticationProvider

public abstract class AbstractAuthenticationProvider
extends java.lang.Object
implements org.springframework.security.authentication.AuthenticationProvider
Base implementation of very basic SSO implementation.
  • Constructor Summary

    Constructors
    Constructor Description
    AbstractAuthenticationProvider()  
  • Method Summary

    Modifier and Type Method Description
    boolean supports​(java.lang.Class<?> authentication)
    Authentication supports.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.security.authentication.AuthenticationProvider

    authenticate
  • Constructor Details

    • AbstractAuthenticationProvider

      public AbstractAuthenticationProvider()
  • Method Details

    • supports

      public boolean supports​(java.lang.Class<?> authentication)
      Authentication supports.
      Specified by:
      supports in interface org.springframework.security.authentication.AuthenticationProvider
      Returns:
      Always true