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

public class TrustedAuthenticationProvider extends AbstractAuthenticationProvider
Always authenticated provider.
  • Constructor Details

    • TrustedAuthenticationProvider

      public TrustedAuthenticationProvider()
  • Method Details

    • authenticate

      public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)