Class ServiceAccountAuthenticationProvider

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

    public class ServiceAccountAuthenticationProvider
    extends Object
    implements org.springframework.security.authentication.AuthenticationProvider
    • Constructor Detail

      • ServiceAccountAuthenticationProvider

        public ServiceAccountAuthenticationProvider()
    • Method Detail

      • authenticate

        public org.springframework.security.core.Authentication authenticate​(org.springframework.security.core.Authentication notAuthenticatedServiceAccount)
        Specified by:
        authenticate in interface org.springframework.security.authentication.AuthenticationProvider
      • supports

        public boolean supports​(Class<?> authenticationTokenClass)
        Specified by:
        supports in interface org.springframework.security.authentication.AuthenticationProvider