Uses of Class
org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper
Packages that use OIDCAdvancedConfigWrapper
Package
Description
-
Uses of OIDCAdvancedConfigWrapper in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc that return OIDCAdvancedConfigWrapperModifier and TypeMethodDescriptionstatic OIDCAdvancedConfigWrapperOIDCAdvancedConfigWrapper.fromClientModel(org.keycloak.models.ClientModel client) static OIDCAdvancedConfigWrapperOIDCAdvancedConfigWrapper.fromClientRepresentation(org.keycloak.representations.idm.ClientRepresentation clientRep) -
Uses of OIDCAdvancedConfigWrapper in org.keycloak.protocol.oidc.grants
Fields in org.keycloak.protocol.oidc.grants declared as OIDCAdvancedConfigWrapperModifier and TypeFieldDescriptionprotected OIDCAdvancedConfigWrapperOAuth2GrantTypeBase.clientConfig -
Uses of OIDCAdvancedConfigWrapper in org.keycloak.services.util
Methods in org.keycloak.services.util with parameters of type OIDCAdvancedConfigWrapperModifier and TypeMethodDescriptionstatic voidDPoPUtil.handleDPoPHeader(org.keycloak.models.KeycloakSession keycloakSession, org.keycloak.events.EventBuilder event, org.keycloak.services.cors.Cors cors, OIDCAdvancedConfigWrapper clientConfig) If DPoP feature is enabled and either the client requires it or the current request contains a DPoP header, this method validates the proof and stores it in the session.