Uses of Class
org.keycloak.protocol.oidc.utils.OAuth2Code
Packages that use OAuth2Code
Package
Description
-
Uses of OAuth2Code in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc with parameters of type OAuth2Code -
Uses of OAuth2Code in org.keycloak.protocol.oidc.token
Methods in org.keycloak.protocol.oidc.token that return OAuth2CodeModifier and TypeMethodDescriptionTokenPostProcessorContext.code()Returns the value of thecoderecord component.Constructors in org.keycloak.protocol.oidc.token with parameters of type OAuth2CodeModifierConstructorDescriptionTokenPostProcessorContext(OAuth2Code code, org.keycloak.representations.RefreshToken requestRefreshToken, org.keycloak.representations.RefreshToken refreshToken, org.keycloak.representations.AccessToken accessToken, org.keycloak.models.ClientSessionContext clientSessionCtx) Creates an instance of aTokenPostProcessorContextrecord class. -
Uses of OAuth2Code in org.keycloak.protocol.oidc.utils
Methods in org.keycloak.protocol.oidc.utils that return OAuth2CodeModifier and TypeMethodDescriptionstatic OAuth2CodeOAuth2Code.deserializeCode(Map<String, String> data) OAuth2CodeParser.ParseResult.getCodeData()Methods in org.keycloak.protocol.oidc.utils with parameters of type OAuth2CodeModifier and TypeMethodDescriptionstatic StringOAuth2CodeParser.persistCode(org.keycloak.models.KeycloakSession session, org.keycloak.models.AuthenticatedClientSessionModel clientSession, OAuth2Code codeData) Will persist the code to the cache and return the object with the codeData and code correctly set