Uses of Class
org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper
Package
Description
-
Uses of OIDCAdvancedConfigWrapper in org.keycloak.protocol.oidc
Modifier and TypeMethodDescriptionstatic OIDCAdvancedConfigWrapper
OIDCAdvancedConfigWrapper.fromClientModel
(ClientModel client) static OIDCAdvancedConfigWrapper
OIDCAdvancedConfigWrapper.fromClientRepresentation
(ClientRepresentation clientRep) -
Uses of OIDCAdvancedConfigWrapper in org.keycloak.protocol.oidc.grants
Modifier and TypeFieldDescriptionprotected OIDCAdvancedConfigWrapper
OAuth2GrantTypeBase.clientConfig
-
Uses of OIDCAdvancedConfigWrapper in org.keycloak.services.util
Modifier 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.