Class 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 Detail

      • AbstractJwtGrantedAuthoritiesConverter

        public AbstractJwtGrantedAuthoritiesConverter()