Class JWSAuthenticationManager

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

    @Qualifier("websoket")
    public class JWSAuthenticationManager
    extends Object
    implements org.springframework.security.authentication.AuthenticationManager
    • Method Detail

      • authenticate

        public org.springframework.security.core.Authentication authenticate​(org.springframework.security.core.Authentication authentication)
                                                                      throws org.springframework.security.core.AuthenticationException
        Specified by:
        authenticate in interface org.springframework.security.authentication.AuthenticationManager
        Throws:
        org.springframework.security.core.AuthenticationException
      • setAuthoritiesMapper

        public void setAuthoritiesMapper​(org.springframework.security.core.authority.mapping.Attributes2GrantedAuthoritiesMapper authoritiesMapper)