Uses of Class
org.keycloak.representations.AccessTokenResponse
-
-
Uses of AccessTokenResponse in org.keycloak.admin.client.token
Methods in org.keycloak.admin.client.token that return AccessTokenResponse Modifier and Type Method Description AccessTokenResponse
TokenManager. getAccessToken()
AccessTokenResponse
TokenManager. grantToken()
AccessTokenResponse
TokenService. grantToken(String realm, javax.ws.rs.core.MultivaluedMap<String,String> map)
AccessTokenResponse
TokenManager. refreshToken()
AccessTokenResponse
TokenService. refreshToken(String realm, javax.ws.rs.core.MultivaluedMap<String,String> map)
-
Uses of AccessTokenResponse in org.keycloak.authorization.client
Methods in org.keycloak.authorization.client that return AccessTokenResponse Modifier and Type Method Description AccessTokenResponse
AuthzClient. obtainAccessToken()
Obtains an access token using the client credentials.AccessTokenResponse
AuthzClient. obtainAccessToken(String userName, String password)
Obtains an access token using the resource owner credentials. -
Uses of AccessTokenResponse in org.keycloak.broker.oidc
Methods in org.keycloak.broker.oidc with parameters of type AccessTokenResponse Modifier and Type Method Description protected BrokeredIdentityContext
OIDCIdentityProvider. extractIdentity(AccessTokenResponse tokenResponse, String accessToken, JsonWebToken idToken)
protected void
KeycloakOIDCIdentityProvider. processAccessTokenResponse(BrokeredIdentityContext context, AccessTokenResponse response)
protected void
OIDCIdentityProvider. processAccessTokenResponse(BrokeredIdentityContext context, AccessTokenResponse response)
-
Uses of AccessTokenResponse in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc that return AccessTokenResponse Modifier and Type Method Description AccessTokenResponse
TokenManager.AccessTokenResponseBuilder. build()
AccessTokenResponse
TokenManager. 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 AccessTokenResponse
TokenManager. transformAccessTokenResponse(KeycloakSession session, AccessTokenResponse accessTokenResponse, UserSessionModel userSession, ClientSessionContext clientSessionCtx)
-
Uses of AccessTokenResponse in org.keycloak.protocol.oidc.mappers
Methods in org.keycloak.protocol.oidc.mappers that return AccessTokenResponse Modifier and Type Method Description AccessTokenResponse
AbstractOIDCProtocolMapper. transformAccessTokenResponse(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)
AccessTokenResponse
OIDCAccessTokenResponseMapper. 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 void
OIDCAttributeMapperHelper. mapClaim(AccessTokenResponse token, ProtocolMapperModel mappingModel, Object attributeValue)
protected void
AbstractOIDCProtocolMapper. setClaim(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx)
Intended to be overridden inProtocolMapper
implementations to add claims to an token.protected void
HardcodedClaim. setClaim(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx)
protected void
ScriptBasedOIDCProtocolMapper. setClaim(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx)
protected void
UserSessionNoteMapper. setClaim(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx)
AccessTokenResponse
AbstractOIDCProtocolMapper. transformAccessTokenResponse(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)
AccessTokenResponse
OIDCAccessTokenResponseMapper. transformAccessTokenResponse(AccessTokenResponse accessTokenResponse, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)
-
Uses of AccessTokenResponse in org.keycloak.representations.idm.authorization
Subclasses of AccessTokenResponse in org.keycloak.representations.idm.authorization Modifier and Type Class Description class
AuthorizationResponse
Constructors 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.gitlab
Methods in org.keycloak.social.gitlab with parameters of type AccessTokenResponse Modifier and Type Method Description protected BrokeredIdentityContext
GitLabIdentityProvider. extractIdentity(AccessTokenResponse tokenResponse, String accessToken, JsonWebToken idToken)
-