Interface OIDCAccessTokenResponseMapper
- All Known Implementing Classes:
DeployedScriptOIDCProtocolMapper,HardcodedClaim,ScriptBasedOIDCProtocolMapper,UserSessionNoteMapper
public interface OIDCAccessTokenResponseMapper
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Method Summary
Modifier and TypeMethodDescriptionorg.keycloak.representations.AccessTokenResponsetransformAccessTokenResponse(org.keycloak.representations.AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)
-
Method Details
-
transformAccessTokenResponse
org.keycloak.representations.AccessTokenResponse transformAccessTokenResponse(org.keycloak.representations.AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)
-