Uses of Class
org.keycloak.representations.AccessTokenResponse
- 
- 
Uses of AccessTokenResponse in org.keycloak.admin.client.tokenMethods in org.keycloak.admin.client.token that return AccessTokenResponse Modifier and Type Method Description AccessTokenResponseTokenManager. getAccessToken()AccessTokenResponseTokenManager. grantToken()AccessTokenResponseTokenService. grantToken(String realm, javax.ws.rs.core.MultivaluedMap<String,String> map)AccessTokenResponseTokenManager. refreshToken()AccessTokenResponseTokenService. refreshToken(String realm, javax.ws.rs.core.MultivaluedMap<String,String> map)
- 
Uses of AccessTokenResponse in org.keycloak.authorization.clientMethods in org.keycloak.authorization.client that return AccessTokenResponse Modifier and Type Method Description AccessTokenResponseAuthzClient. obtainAccessToken()Obtains an access token using the client credentials.AccessTokenResponseAuthzClient. obtainAccessToken(String userName, String password)Obtains an access token using the resource owner credentials.
- 
Uses of AccessTokenResponse in org.keycloak.broker.oidcMethods in org.keycloak.broker.oidc with parameters of type AccessTokenResponse Modifier and Type Method Description protected BrokeredIdentityContextOIDCIdentityProvider. extractIdentity(AccessTokenResponse tokenResponse, String accessToken, JsonWebToken idToken)protected voidKeycloakOIDCIdentityProvider. processAccessTokenResponse(BrokeredIdentityContext context, AccessTokenResponse response)protected voidOIDCIdentityProvider. processAccessTokenResponse(BrokeredIdentityContext context, AccessTokenResponse response)
- 
Uses of AccessTokenResponse in org.keycloak.protocol.oidcMethods in org.keycloak.protocol.oidc that return AccessTokenResponse Modifier and Type Method Description AccessTokenResponseTokenManager.AccessTokenResponseBuilder. build()AccessTokenResponseTokenManager. transformAccessTokenResponse(KeycloakSession session, AccessTokenResponse accessTokenResponse, UserSessionModel userSession, ClientSessionContext clientSessionCtx)Methods in org.keycloak.protocol.oidc with parameters of type AccessTokenResponse Modifier and Type Method Description AccessTokenResponseTokenManager. transformAccessTokenResponse(KeycloakSession session, AccessTokenResponse accessTokenResponse, UserSessionModel userSession, ClientSessionContext clientSessionCtx)
- 
Uses of AccessTokenResponse in org.keycloak.protocol.oidc.mappersMethods in org.keycloak.protocol.oidc.mappers that return AccessTokenResponse Modifier and Type Method Description AccessTokenResponseAbstractOIDCProtocolMapper. transformAccessTokenResponse(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)AccessTokenResponseOIDCAccessTokenResponseMapper. transformAccessTokenResponse(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)Methods in org.keycloak.protocol.oidc.mappers with parameters of type AccessTokenResponse Modifier and Type Method Description static voidOIDCAttributeMapperHelper. mapClaim(AccessTokenResponse token, ProtocolMapperModel mappingModel, Object attributeValue)protected voidAbstractOIDCProtocolMapper. setClaim(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx)Intended to be overridden inProtocolMapperimplementations to add claims to an token.protected voidHardcodedClaim. setClaim(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx)protected voidScriptBasedOIDCProtocolMapper. setClaim(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx)protected voidUserSessionNoteMapper. setClaim(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx)AccessTokenResponseAbstractOIDCProtocolMapper. transformAccessTokenResponse(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)AccessTokenResponseOIDCAccessTokenResponseMapper. transformAccessTokenResponse(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)
- 
Uses of AccessTokenResponse in org.keycloak.representations.idm.authorizationSubclasses of AccessTokenResponse in org.keycloak.representations.idm.authorization Modifier and Type Class Description classAuthorizationResponseConstructors in org.keycloak.representations.idm.authorization with parameters of type AccessTokenResponse Constructor Description AuthorizationResponse(AccessTokenResponse response, boolean upgraded)
- 
Uses of AccessTokenResponse in org.keycloak.social.gitlabMethods in org.keycloak.social.gitlab with parameters of type AccessTokenResponse Modifier and Type Method Description protected BrokeredIdentityContextGitLabIdentityProvider. extractIdentity(AccessTokenResponse tokenResponse, String accessToken, JsonWebToken idToken)
 
-