Class PersonalAccountAuthenticationProvider

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

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

      • PersonalAccountAuthenticationProvider

        public PersonalAccountAuthenticationProvider()
    • Method Detail

      • authenticate

        public org.springframework.security.core.Authentication authenticate​(org.springframework.security.core.Authentication notAuthenticatedPersonalAccount)
        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