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 OIDCAdvancedConfigWrapper
OIDCAdvancedConfigWrapper.fromClientModel
(ClientModel client) static OIDCAdvancedConfigWrapper
OIDCAdvancedConfigWrapper.fromClientRepresentation
(ClientRepresentation clientRep) -
Uses of OIDCAdvancedConfigWrapper in org.keycloak.protocol.oidc.grants
Fields in org.keycloak.protocol.oidc.grants declared as OIDCAdvancedConfigWrapperModifier and TypeFieldDescriptionprotected OIDCAdvancedConfigWrapper
OAuth2GrantTypeBase.clientConfig
-
Uses of OIDCAdvancedConfigWrapper in org.keycloak.services.util
Methods in org.keycloak.services.util with parameters of type OIDCAdvancedConfigWrapperModifier and TypeMethodDescriptionstatic void
DPoPUtil.handleDPoPHeader
(KeycloakSession keycloakSession, EventBuilder event, 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.