Package org.ligoj.app.http.security
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 booleansupports(java.lang.Class<?> authentication)Authentication supports.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
supportsin interfaceorg.springframework.security.authentication.AuthenticationProvider- Returns:
- Always
true
-