Class AbstractJwtGrantedAuthoritiesConverter
java.lang.Object
io.quantics.multitenant.oauth2.config.AbstractJwtGrantedAuthoritiesConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,java.util.Collection<org.springframework.security.core.GrantedAuthority>>
- Direct Known Subclasses:
KeycloakRealmAuthoritiesConverter
public abstract class AbstractJwtGrantedAuthoritiesConverter
extends java.lang.Object
implements org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,java.util.Collection<org.springframework.security.core.GrantedAuthority>>
Abstract converter for converting a
Jwt to a Collection of
GrantedAuthorities.-
Constructor Summary
Constructors Constructor Description AbstractJwtGrantedAuthoritiesConverter() -
Method Summary
Methods 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
convert
-
Constructor Details
-
AbstractJwtGrantedAuthoritiesConverter
public AbstractJwtGrantedAuthoritiesConverter()
-