public class KeycloakJwtAuthenticationConverter
extends org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
Modifier and Type | Field and Description |
---|---|
static String |
REALM_ACCESS |
static String |
ROLES |
Constructor and Description |
---|
KeycloakJwtAuthenticationConverter() |
Modifier and Type | Method and Description |
---|---|
protected Collection<org.springframework.security.core.GrantedAuthority> |
extractAuthorities(org.springframework.security.oauth2.jwt.Jwt jwt) |
public static final String REALM_ACCESS
public static final String ROLES
protected Collection<org.springframework.security.core.GrantedAuthority> extractAuthorities(org.springframework.security.oauth2.jwt.Jwt jwt)
extractAuthorities
in class org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
Apache Camel