Class JWSAuthenticationManager

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.security.core.Authentication authenticate​(org.springframework.security.core.Authentication authentication)  
      void setAuthoritiesMapper​(org.springframework.security.core.authority.mapping.Attributes2GrantedAuthoritiesMapper authoritiesMapper)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)