Class RestAuthenticationProvider

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

    public class RestAuthenticationProvider
    extends AbstractAuthenticationProvider
    REST authenticated provider.
    • Constructor Detail

      • RestAuthenticationProvider

        public RestAuthenticationProvider()
    • Method Detail

      • authenticate

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

        protected org.springframework.security.core.Authentication authenticate​(String username,
                                                                                String credential,
                                                                                Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)