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,Collection<org.springframework.security.core.GrantedAuthority>>
- Direct Known Subclasses:
KeycloakRealmAuthoritiesConverter
public abstract class AbstractJwtGrantedAuthoritiesConverter
extends Object
implements org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,Collection<org.springframework.security.core.GrantedAuthority>>
-
Constructor Details
-
AbstractJwtGrantedAuthoritiesConverter
public AbstractJwtGrantedAuthoritiesConverter()
-