Package-level declarations

Types

Link copied to clipboard
class KeycloakJwtAuthenticationConverter(sharedConfig: SharedConfigProperties) : Converter<Jwt, AbstractAuthenticationToken>

Converts a Keycloak-issued JWT into a Spring Security JwtAuthenticationToken with authorities extracted from the configured roles claim.

class ReactiveKeycloakJwtAuthenticationConverter(sharedConfig: SharedConfigProperties) : Converter<Jwt, Mono<AbstractAuthenticationToken>>

Reactive variant of KeycloakJwtAuthenticationConverter for the API Gateway (WebFlux). Converts a Keycloak-issued JWT into a Spring Security JwtAuthenticationToken with authorities extracted from the configured roles claim.