Class KeycloakJwtAuthenticationConverter
- java.lang.Object
-
- org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
-
- org.apache.camel.component.spring.security.keycloak.KeycloakJwtAuthenticationConverter
-
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,org.springframework.security.authentication.AbstractAuthenticationToken>
public class KeycloakJwtAuthenticationConverter extends org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
JwtAuthentication converter prepared with KeycloakRealmRoleConverter.
-
-
Constructor Summary
Constructors Constructor Description KeycloakJwtAuthenticationConverter()
-
Method Summary
-
Methods inherited from class org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
convert, extractAuthorities, setJwtGrantedAuthoritiesConverter, setPrincipalClaimName
-
-