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 Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
convert, extractAuthorities, setJwtGrantedAuthoritiesConverter, setPrincipalClaimNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
MultiTenantJwtAuthenticationConverter
-