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 TypeMethodDescriptionDPoPUtil.retrieveDPoPHeaderIfPresent
(KeycloakSession keycloakSession, OIDCAdvancedConfigWrapper clientConfig, EventBuilder event, Cors cors) checks the current request if a DPoP HTTP Header is present and returns it if it is present.