Class TrustedAuthenticationProvider

  • All Implemented Interfaces:
    org.springframework.security.authentication.AuthenticationProvider

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

      • TrustedAuthenticationProvider

        public TrustedAuthenticationProvider()
    • Method Detail

      • authenticate

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