Class JWSBearerTokenAuthenticationExtractor

java.lang.Object
org.activiti.cloud.services.notifications.qraphql.ws.security.JWSBearerTokenAuthenticationExtractor
All Implemented Interfaces:
org.springframework.graphql.server.support.AuthenticationExtractor

public class JWSBearerTokenAuthenticationExtractor extends Object implements org.springframework.graphql.server.support.AuthenticationExtractor
  • Constructor Details

    • JWSBearerTokenAuthenticationExtractor

      public JWSBearerTokenAuthenticationExtractor(org.springframework.graphql.server.support.BearerTokenAuthenticationExtractor bearerTokenAuthenticationExtractor)
  • Method Details

    • getAuthentication

      public reactor.core.publisher.Mono<org.springframework.security.core.Authentication> getAuthentication(Map<String,Object> payload)
      Specified by:
      getAuthentication in interface org.springframework.graphql.server.support.AuthenticationExtractor