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>>
Abstract converter for converting a Jwt to a Collection of GrantedAuthorities.
  • Constructor Details

    • AbstractJwtGrantedAuthoritiesConverter

      public AbstractJwtGrantedAuthoritiesConverter()