Class MultiTenantJwtAuthenticationConverter

java.lang.Object
org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
io.quantics.multitenant.oauth2.config.MultiTenantJwtAuthenticationConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,org.springframework.security.authentication.AbstractAuthenticationToken>

public final class MultiTenantJwtAuthenticationConverter extends org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
A JwtAuthenticationConverter that can be configured via passing a class name. The class of the converter must extend AbstractJwtGrantedAuthoritiesConverter.
  • Constructor Details

    • MultiTenantJwtAuthenticationConverter

      public MultiTenantJwtAuthenticationConverter(String className)