Class JWSAuthenticationManager
- java.lang.Object
-
- org.activiti.cloud.services.notifications.qraphql.ws.security.JWSAuthenticationManager
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationManager
@Qualifier("websoket") public class JWSAuthenticationManager extends Object implements org.springframework.security.authentication.AuthenticationManager
-
-
Constructor Summary
Constructors Constructor Description JWSAuthenticationManager(GraphQLAccessTokenVerifier tokenVerifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication)voidsetAuthoritiesMapper(org.springframework.security.core.authority.mapping.Attributes2GrantedAuthoritiesMapper authoritiesMapper)
-
-
-
Constructor Detail
-
JWSAuthenticationManager
public JWSAuthenticationManager(GraphQLAccessTokenVerifier tokenVerifier)
-
-
Method Detail
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException- Specified by:
authenticatein interfaceorg.springframework.security.authentication.AuthenticationManager- Throws:
org.springframework.security.core.AuthenticationException
-
setAuthoritiesMapper
public void setAuthoritiesMapper(org.springframework.security.core.authority.mapping.Attributes2GrantedAuthoritiesMapper authoritiesMapper)
-
-