Package org.ligoj.app.http.security
Class TrustedAuthenticationProvider
java.lang.Object
org.ligoj.app.http.security.AbstractAuthenticationProvider
org.ligoj.app.http.security.TrustedAuthenticationProvider
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider
Always authenticated provider.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication)Methods inherited from class org.ligoj.app.http.security.AbstractAuthenticationProvider
supports
-
Constructor Details
-
TrustedAuthenticationProvider
public TrustedAuthenticationProvider()
-
-
Method Details
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
-