Uses of Class
org.keycloak.events.EventBuilder
- 
- 
Uses of EventBuilder in org.keycloak.authenticationFields in org.keycloak.authentication declared as EventBuilder Modifier and Type Field Description protected EventBuilderAuthenticationProcessor. eventprotected EventBuilderRequiredActionContextResult. eventBuilderMethods in org.keycloak.authentication that return EventBuilder Modifier and Type Method Description EventBuilderAbstractAuthenticationFlowContext. getEvent()Current event builder being usedEventBuilderAuthenticationProcessor. getEvent()EventBuilderAuthenticationProcessor.Result. getEvent()EventBuilderFormContext. getEvent()Current event builder being usedEventBuilderRequiredActionContext. getEvent()Current event builder being usedEventBuilderRequiredActionContextResult. getEvent()EventBuilderAbstractAuthenticationFlowContext. newEvent()Create a refresh new EventBuilder to use within this contextEventBuilderAuthenticationProcessor. newEvent()EventBuilderAuthenticationProcessor.Result. newEvent()EventBuilderFormContext. newEvent()Create a refresh new EventBuilder to use within this contextMethods in org.keycloak.authentication with parameters of type EventBuilder Modifier and Type Method Description static ClientSessionContextAuthenticationProcessor. attachSession(AuthenticationSessionModel authSession, UserSessionModel userSession, KeycloakSession session, RealmModel realm, ClientConnection connection, EventBuilder event)AuthenticationProcessorAuthenticationProcessor. setEventBuilder(EventBuilder eventBuilder)Constructors in org.keycloak.authentication with parameters of type EventBuilder Constructor Description RequiredActionContextResult(AuthenticationSessionModel authSession, RealmModel realm, EventBuilder eventBuilder, KeycloakSession session, HttpRequest httpRequest, UserModel user, RequiredActionFactory factory)
- 
Uses of EventBuilder in org.keycloak.authentication.actiontokenMethods in org.keycloak.authentication.actiontoken that return EventBuilder Modifier and Type Method Description EventBuilderActionTokenContext. getEvent()Methods in org.keycloak.authentication.actiontoken with parameters of type EventBuilder Modifier and Type Method Description voidActionTokenContext. setEvent(EventBuilder event)Constructors in org.keycloak.authentication.actiontoken with parameters of type EventBuilder Constructor Description ActionTokenContext(KeycloakSession session, RealmModel realm, javax.ws.rs.core.UriInfo uriInfo, ClientConnection clientConnection, HttpRequest request, EventBuilder event, ActionTokenHandler<T> handler, String executionId, ActionTokenContext.ProcessAuthenticateFlow processFlow, ActionTokenContext.ProcessBrokerFlow processBrokerFlow)
- 
Uses of EventBuilder in org.keycloak.authentication.requiredactionsMethods in org.keycloak.authentication.requiredactions with parameters of type EventBuilder Modifier and Type Method Description static voidUpdateEmail. updateEmailNow(EventBuilder event, UserModel user, UserProfile emailUpdateValidationResult)
- 
Uses of EventBuilder in org.keycloak.authorization.authorizationConstructors in org.keycloak.authorization.authorization with parameters of type EventBuilder Constructor Description KeycloakAuthorizationRequest(AuthorizationProvider authorization, TokenManager tokenManager, EventBuilder event, HttpRequest request, Cors cors, ClientConnection clientConnection)
- 
Uses of EventBuilder in org.keycloak.broker.oidcFields in org.keycloak.broker.oidc declared as EventBuilder Modifier and Type Field Description protected EventBuilderAbstractOAuth2IdentityProvider.Endpoint. eventMethods in org.keycloak.broker.oidc with parameters of type EventBuilder Modifier and Type Method Description ObjectAbstractOAuth2IdentityProvider. callback(RealmModel realm, IdentityProvider.AuthenticationCallback callback, EventBuilder event)ObjectKeycloakOIDCIdentityProvider. callback(RealmModel realm, IdentityProvider.AuthenticationCallback callback, EventBuilder event)ObjectOIDCIdentityProvider. callback(RealmModel realm, IdentityProvider.AuthenticationCallback callback, EventBuilder event)BrokeredIdentityContextAbstractOAuth2IdentityProvider. exchangeExternal(EventBuilder event, javax.ws.rs.core.MultivaluedMap<String,String> params)protected BrokeredIdentityContextAbstractOAuth2IdentityProvider. exchangeExternalImpl(EventBuilder event, javax.ws.rs.core.MultivaluedMap<String,String> params)protected BrokeredIdentityContextKeycloakOIDCIdentityProvider. exchangeExternalImpl(EventBuilder event, javax.ws.rs.core.MultivaluedMap<String,String> params)protected BrokeredIdentityContextOIDCIdentityProvider. exchangeExternalImpl(EventBuilder event, javax.ws.rs.core.MultivaluedMap<String,String> params)protected BrokeredIdentityContextAbstractOAuth2IdentityProvider. exchangeExternalUserInfoValidationOnly(EventBuilder event, javax.ws.rs.core.MultivaluedMap<String,String> params)javax.ws.rs.core.ResponseAbstractOAuth2IdentityProvider. exchangeFromToken(javax.ws.rs.core.UriInfo uriInfo, EventBuilder event, ClientModel authorizedClient, UserSessionModel tokenUserSession, UserModel tokenSubject, javax.ws.rs.core.MultivaluedMap<String,String> params)protected javax.ws.rs.core.ResponseAbstractOAuth2IdentityProvider. exchangeSessionToken(javax.ws.rs.core.UriInfo uriInfo, EventBuilder event, ClientModel authorizedClient, UserSessionModel tokenUserSession, UserModel tokenSubject)protected javax.ws.rs.core.ResponseOIDCIdentityProvider. exchangeSessionToken(javax.ws.rs.core.UriInfo uriInfo, EventBuilder event, ClientModel authorizedClient, UserSessionModel tokenUserSession, UserModel tokenSubject)protected javax.ws.rs.core.ResponseAbstractOAuth2IdentityProvider. exchangeStoredToken(javax.ws.rs.core.UriInfo uriInfo, EventBuilder event, ClientModel authorizedClient, UserSessionModel tokenUserSession, UserModel tokenSubject)protected javax.ws.rs.core.ResponseOIDCIdentityProvider. exchangeStoredToken(javax.ws.rs.core.UriInfo uriInfo, EventBuilder event, ClientModel authorizedClient, UserSessionModel tokenUserSession, UserModel tokenSubject)protected BrokeredIdentityContextAbstractOAuth2IdentityProvider. extractIdentityFromProfile(EventBuilder event, com.fasterxml.jackson.databind.JsonNode node)protected BrokeredIdentityContextOIDCIdentityProvider. extractIdentityFromProfile(EventBuilder event, com.fasterxml.jackson.databind.JsonNode userInfo)protected StringAbstractOAuth2IdentityProvider. getProfileEndpointForValidation(EventBuilder event)protected StringOIDCIdentityProvider. getProfileEndpointForValidation(EventBuilder event)protected javax.ws.rs.core.ResponseAbstractOAuth2IdentityProvider. hasExternalExchangeToken(EventBuilder event, UserSessionModel tokenUserSession, javax.ws.rs.core.MultivaluedMap<String,String> params)check to see if we have a token exchange in session in other words check to see if this session was created by an external exchangeprotected BrokeredIdentityContextAbstractOAuth2IdentityProvider. validateExternalTokenThroughUserInfo(EventBuilder event, String subjectToken, String subjectTokenType)protected BrokeredIdentityContextOIDCIdentityProvider. validateJwt(EventBuilder event, String subjectToken, String subjectTokenType)Constructors in org.keycloak.broker.oidc with parameters of type EventBuilder Constructor Description Endpoint(IdentityProvider.AuthenticationCallback callback, RealmModel realm, EventBuilder event, AbstractOAuth2IdentityProvider provider)KeycloakEndpoint(IdentityProvider.AuthenticationCallback callback, RealmModel realm, EventBuilder event, KeycloakOIDCIdentityProvider provider)OIDCEndpoint(IdentityProvider.AuthenticationCallback callback, RealmModel realm, EventBuilder event, OIDCIdentityProvider provider)
- 
Uses of EventBuilder in org.keycloak.broker.providerMethods in org.keycloak.broker.provider with parameters of type EventBuilder Modifier and Type Method Description ObjectAbstractIdentityProvider. callback(RealmModel realm, IdentityProvider.AuthenticationCallback callback, EventBuilder event)ObjectIdentityProvider. callback(RealmModel realm, IdentityProvider.AuthenticationCallback callback, EventBuilder event)JAXRS callback endpoint for when the remote IDP wants to callback to keycloak.BrokeredIdentityContextExchangeExternalToken. exchangeExternal(EventBuilder event, javax.ws.rs.core.MultivaluedMap<String,String> params)javax.ws.rs.core.ResponseExchangeTokenToIdentityProviderToken. exchangeFromToken(javax.ws.rs.core.UriInfo uriInfo, EventBuilder event, ClientModel authorizedClient, UserSessionModel tokenUserSession, UserModel tokenSubject, javax.ws.rs.core.MultivaluedMap<String,String> params)
- 
Uses of EventBuilder in org.keycloak.broker.samlFields in org.keycloak.broker.saml declared as EventBuilder Modifier and Type Field Description protected EventBuilderSAMLEndpoint. eventMethods in org.keycloak.broker.saml with parameters of type EventBuilder Modifier and Type Method Description ObjectSAMLIdentityProvider. callback(RealmModel realm, IdentityProvider.AuthenticationCallback callback, EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.eventsMethods in org.keycloak.events that return EventBuilder Modifier and Type Method Description EventBuilderEventBuilder. client(String clientId)EventBuilderEventBuilder. client(ClientModel client)EventBuilderEventBuilder. clone()EventBuilderEventBuilder. detail(String key, String value)EventBuilderEventBuilder. detail(String key, Collection<String> values)Add event detail where strings from the input Collection are filtered not to containnulland then joined using::character.EventBuilderEventBuilder. detail(String key, Stream<String> values)Add event detail where strings from the input Stream are filtered not to containnulland then joined using::character.EventBuilderEventBuilder. event(EventType e)EventBuilderEventBuilder. ipAddress(String ipAddress)EventBuilderEventBuilder. realm(String realmId)EventBuilderEventBuilder. realm(RealmModel realm)EventBuilderEventBuilder. removeDetail(String key)EventBuilderEventBuilder. session(String sessionId)EventBuilderEventBuilder. session(UserSessionModel session)EventBuilderEventBuilder. storeImmediately(boolean forcedValue)Sets the time when to store the event.EventBuilderEventBuilder. user(String userId)EventBuilderEventBuilder. user(UserModel user)
- 
Uses of EventBuilder in org.keycloak.protocolFields in org.keycloak.protocol declared as EventBuilder Modifier and Type Field Description protected EventBuilderAuthorizationEndpointBase. eventMethods in org.keycloak.protocol with parameters of type EventBuilder Modifier and Type Method Description ObjectLoginProtocolFactory. createProtocolEndpoint(KeycloakSession session, EventBuilder event)LoginProtocolLoginProtocol. setEventBuilder(EventBuilder event)Constructors in org.keycloak.protocol with parameters of type EventBuilder Constructor Description AuthorizationEndpointBase(KeycloakSession session, EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.protocol.dockerMethods in org.keycloak.protocol.docker with parameters of type EventBuilder Modifier and Type Method Description ObjectDockerAuthV2ProtocolFactory. createProtocolEndpoint(KeycloakSession session, EventBuilder event)LoginProtocolDockerAuthV2Protocol. setEventBuilder(EventBuilder event)Constructors in org.keycloak.protocol.docker with parameters of type EventBuilder Constructor Description DockerAuthV2Protocol(KeycloakSession session, RealmModel realm, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders headers, EventBuilder event)DockerEndpoint(KeycloakSession session, EventBuilder event, EventType login)DockerV2LoginProtocolService(KeycloakSession session, EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.protocol.oidcFields in org.keycloak.protocol.oidc declared as EventBuilder Modifier and Type Field Description protected EventBuilderOIDCLoginProtocol. eventMethods in org.keycloak.protocol.oidc that return EventBuilder Modifier and Type Method Description EventBuilderTokenExchangeContext. getEvent()Methods in org.keycloak.protocol.oidc with parameters of type EventBuilder Modifier and Type Method Description ObjectOIDCLoginProtocolFactory. createProtocolEndpoint(KeycloakSession session, EventBuilder event)TokenManager.AccessTokenResponseBuilderTokenManager. refreshAccessToken(KeycloakSession session, javax.ws.rs.core.UriInfo uriInfo, ClientConnection connection, RealmModel realm, ClientModel authorizedClient, String encodedRefreshToken, EventBuilder event, javax.ws.rs.core.HttpHeaders headers, HttpRequest request)TokenManager.AccessTokenResponseBuilderTokenManager. responseBuilder(RealmModel realm, ClientModel client, EventBuilder event, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)OIDCLoginProtocolOIDCLoginProtocol. setEventBuilder(EventBuilder event)Constructors in org.keycloak.protocol.oidc with parameters of type EventBuilder Constructor Description AccessTokenResponseBuilder(RealmModel realm, ClientModel client, EventBuilder event, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)OIDCLoginProtocol(KeycloakSession session, RealmModel realm, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders headers, EventBuilder event)OIDCLoginProtocolService(KeycloakSession session, EventBuilder event, OIDCProviderConfig providerConfig)TokenExchangeContext(KeycloakSession session, javax.ws.rs.core.MultivaluedMap<String,String> formParams, Object cors, RealmModel realm, EventBuilder event, ClientModel client, ClientConnection clientConnection, javax.ws.rs.core.HttpHeaders headers, Object tokenManager, Map<String,String> clientAuthAttributes)
- 
Uses of EventBuilder in org.keycloak.protocol.oidc.endpointsMethods in org.keycloak.protocol.oidc.endpoints with parameters of type EventBuilder Modifier and Type Method Description AuthorizationEndpointCheckerAuthorizationEndpointChecker. event(EventBuilder event)Constructors in org.keycloak.protocol.oidc.endpoints with parameters of type EventBuilder Constructor Description AuthorizationEndpoint(KeycloakSession session, EventBuilder event)LogoutEndpoint(KeycloakSession session, TokenManager tokenManager, EventBuilder event, OIDCProviderConfig providerConfig)TokenEndpoint(KeycloakSession session, TokenManager tokenManager, EventBuilder event)TokenIntrospectionEndpoint(KeycloakSession session, EventBuilder event)TokenRevocationEndpoint(KeycloakSession session, EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.protocol.oidc.endpoints.requestMethods in org.keycloak.protocol.oidc.endpoints.request with parameters of type EventBuilder Modifier and Type Method Description static StringAuthorizationEndpointRequestParserProcessor. getClientId(EventBuilder event, KeycloakSession session, javax.ws.rs.core.MultivaluedMap<String,String> requestParams)static AuthorizationEndpointRequestAuthorizationEndpointRequestParserProcessor. parseRequest(EventBuilder event, KeycloakSession session, ClientModel client, javax.ws.rs.core.MultivaluedMap<String,String> requestParams, AuthorizationEndpointRequestParserProcessor.EndpointType endpointType)
- 
Uses of EventBuilder in org.keycloak.protocol.oidc.extMethods in org.keycloak.protocol.oidc.ext with parameters of type EventBuilder Modifier and Type Method Description voidOIDCExtProvider. setEvent(EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.protocol.oidc.grants.cibaConstructors in org.keycloak.protocol.oidc.grants.ciba with parameters of type EventBuilder Constructor Description CibaGrantType(javax.ws.rs.core.MultivaluedMap<String,String> formParams, ClientModel client, KeycloakSession session, TokenEndpoint tokenEndpoint, RealmModel realm, EventBuilder event, Cors cors)
- 
Uses of EventBuilder in org.keycloak.protocol.oidc.grants.ciba.endpointsFields in org.keycloak.protocol.oidc.grants.ciba.endpoints declared as EventBuilder Modifier and Type Field Description protected EventBuilderAbstractCibaEndpoint. eventMethods in org.keycloak.protocol.oidc.grants.ciba.endpoints with parameters of type EventBuilder Modifier and Type Method Description voidCibaRootEndpoint. setEvent(EventBuilder event)Constructors in org.keycloak.protocol.oidc.grants.ciba.endpoints with parameters of type EventBuilder Constructor Description AbstractCibaEndpoint(KeycloakSession session, EventBuilder event)BackchannelAuthenticationCallbackEndpoint(KeycloakSession session, EventBuilder event)BackchannelAuthenticationEndpoint(KeycloakSession session, EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.protocol.oidc.grants.ciba.endpoints.requestMethods in org.keycloak.protocol.oidc.grants.ciba.endpoints.request with parameters of type EventBuilder Modifier and Type Method Description static BackchannelAuthenticationEndpointRequestBackchannelAuthenticationEndpointRequestParserProcessor. parseRequest(EventBuilder event, KeycloakSession session, ClientModel client, javax.ws.rs.core.MultivaluedMap<String,String> requestParams, CibaConfig config)
- 
Uses of EventBuilder in org.keycloak.protocol.oidc.grants.deviceConstructors in org.keycloak.protocol.oidc.grants.device with parameters of type EventBuilder Constructor Description DeviceGrantType(javax.ws.rs.core.MultivaluedMap<String,String> formParams, ClientModel client, KeycloakSession session, TokenEndpoint tokenEndpoint, RealmModel realm, EventBuilder event, Cors cors)
- 
Uses of EventBuilder in org.keycloak.protocol.oidc.grants.device.endpointsConstructors in org.keycloak.protocol.oidc.grants.device.endpoints with parameters of type EventBuilder Constructor Description DeviceEndpoint(KeycloakSession session, EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.protocol.oidc.par.endpointsFields in org.keycloak.protocol.oidc.par.endpoints declared as EventBuilder Modifier and Type Field Description protected EventBuilderAbstractParEndpoint. eventMethods in org.keycloak.protocol.oidc.par.endpoints with parameters of type EventBuilder Modifier and Type Method Description voidParRootEndpoint. setEvent(EventBuilder event)Constructors in org.keycloak.protocol.oidc.par.endpoints with parameters of type EventBuilder Constructor Description AbstractParEndpoint(KeycloakSession session, EventBuilder event)ParEndpoint(KeycloakSession session, EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.protocol.oidc.par.endpoints.requestMethods in org.keycloak.protocol.oidc.par.endpoints.request with parameters of type EventBuilder Modifier and Type Method Description static AuthorizationEndpointRequestParEndpointRequestParserProcessor. parseRequest(EventBuilder event, KeycloakSession session, ClientModel client, javax.ws.rs.core.MultivaluedMap<String,String> requestParams)
- 
Uses of EventBuilder in org.keycloak.protocol.oidc.utilsMethods in org.keycloak.protocol.oidc.utils with parameters of type EventBuilder Modifier and Type Method Description static AuthorizeClientUtil.ClientAuthResultAuthorizeClientUtil. authorizeClient(KeycloakSession session, EventBuilder event, Cors cors)static voidPkceUtils. checkParamsForPkceEnforcedClient(String codeVerifier, String codeChallenge, String codeChallengeMethod, String authUserId, String authUsername, EventBuilder event, Cors cors)static voidPkceUtils. checkParamsForPkceNotEnforcedClient(String codeVerifier, String codeChallenge, String codeChallengeMethod, String authUserId, String authUsername, EventBuilder event, Cors cors)static AuthenticationProcessorAuthorizeClientUtil. getAuthenticationProcessor(KeycloakSession session, EventBuilder event)static OAuth2CodeParser.ParseResultOAuth2CodeParser. parseCode(KeycloakSession session, String code, RealmModel realm, EventBuilder event)Will parse the code and retrieve the corresponding OAuth2Code and AuthenticatedClientSessionModel.static voidPkceUtils. verifyCodeVerifier(String codeVerifier, String codeChallenge, String codeChallengeMethod, String authUserId, String authUsername, EventBuilder event, Cors cors)
- 
Uses of EventBuilder in org.keycloak.protocol.openshiftMethods in org.keycloak.protocol.openshift with parameters of type EventBuilder Modifier and Type Method Description voidOpenShiftTokenReviewEndpoint. setEvent(EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.protocol.samlFields in org.keycloak.protocol.saml declared as EventBuilder Modifier and Type Field Description protected EventBuilderSamlProtocol. eventMethods in org.keycloak.protocol.saml with parameters of type EventBuilder Modifier and Type Method Description ObjectSamlProtocolFactory. createProtocolEndpoint(KeycloakSession session, EventBuilder event)SamlProtocolSamlProtocol. setEventBuilder(EventBuilder event)Constructors in org.keycloak.protocol.saml with parameters of type EventBuilder Constructor Description SamlService(KeycloakSession session, EventBuilder event, DestinationValidator destinationValidator)
- 
Uses of EventBuilder in org.keycloak.protocol.saml.profile.ecpConstructors in org.keycloak.protocol.saml.profile.ecp with parameters of type EventBuilder Constructor Description SamlEcpProfileService(KeycloakSession session, EventBuilder event, DestinationValidator destinationValidator)
- 
Uses of EventBuilder in org.keycloak.services.clientregistrationFields in org.keycloak.services.clientregistration declared as EventBuilder Modifier and Type Field Description protected EventBuilderAbstractClientRegistrationProvider. eventMethods in org.keycloak.services.clientregistration that return EventBuilder Modifier and Type Method Description EventBuilderAbstractClientRegistrationProvider. getEvent()EventBuilderAdapterInstallationClientRegistrationProvider. getEvent()EventBuilderClientRegistrationProvider. getEvent()Methods in org.keycloak.services.clientregistration with parameters of type EventBuilder Modifier and Type Method Description voidAbstractClientRegistrationProvider. setEvent(EventBuilder event)voidAdapterInstallationClientRegistrationProvider. setEvent(EventBuilder event)voidClientRegistrationProvider. setEvent(EventBuilder event)Constructors in org.keycloak.services.clientregistration with parameters of type EventBuilder Constructor Description ClientRegistrationAuth(KeycloakSession session, ClientRegistrationProvider provider, EventBuilder event, String endpoint)ClientRegistrationService(KeycloakSession session, EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.services.managersMethods in org.keycloak.services.managers with parameters of type EventBuilder Modifier and Type Method Description static javax.ws.rs.core.ResponseAuthenticationManager. actionRequired(KeycloakSession session, AuthenticationSessionModel authSession, HttpRequest request, EventBuilder event)static voidAuthenticationManager. evaluateRequiredActionTriggers(KeycloakSession session, AuthenticationSessionModel authSession, HttpRequest request, EventBuilder event, RealmModel realm, UserModel user)protected static javax.ws.rs.core.ResponseAuthenticationManager. executionActions(KeycloakSession session, AuthenticationSessionModel authSession, HttpRequest request, EventBuilder event, RealmModel realm, UserModel user, Stream<String> requiredActions)static javax.ws.rs.core.ResponseAuthenticationManager. finishedRequiredActions(KeycloakSession session, AuthenticationSessionModel authSession, UserSessionModel userSession, ClientConnection clientConnection, HttpRequest request, javax.ws.rs.core.UriInfo uriInfo, EventBuilder event)static <CLIENT_SESSION extends CommonClientSessionModel>
 CLIENT_SESSIONClientSessionCode. getClientSession(String code, String tabId, KeycloakSession session, RealmModel realm, ClientModel client, EventBuilder event, Class<CLIENT_SESSION> sessionClass)static javax.ws.rs.core.ResponseAuthenticationManager. nextActionAfterAuthentication(KeycloakSession session, AuthenticationSessionModel authSession, ClientConnection clientConnection, HttpRequest request, javax.ws.rs.core.UriInfo uriInfo, EventBuilder event)static StringAuthenticationManager. nextRequiredAction(KeycloakSession session, AuthenticationSessionModel authSession, HttpRequest request, EventBuilder event)static <CLIENT_SESSION extends CommonClientSessionModel>
 ClientSessionCode.ParseResult<CLIENT_SESSION>ClientSessionCode. parseResult(String code, String tabId, KeycloakSession session, RealmModel realm, ClientModel client, EventBuilder event, CLIENT_SESSION clientSession)static <CLIENT_SESSION extends CommonClientSessionModel>
 ClientSessionCode.ParseResult<CLIENT_SESSION>ClientSessionCode. parseResult(String code, String tabId, KeycloakSession session, RealmModel realm, ClientModel client, EventBuilder event, Class<CLIENT_SESSION> sessionClass)static javax.ws.rs.core.ResponseAuthenticationManager. redirectAfterSuccessfulFlow(KeycloakSession session, RealmModel realm, UserSessionModel userSession, ClientSessionContext clientSessionCtx, HttpRequest request, javax.ws.rs.core.UriInfo uriInfo, ClientConnection clientConnection, EventBuilder event, AuthenticationSessionModel authSession)static javax.ws.rs.core.ResponseAuthenticationManager. redirectAfterSuccessfulFlow(KeycloakSession session, RealmModel realm, UserSessionModel userSession, ClientSessionContext clientSessionCtx, HttpRequest request, javax.ws.rs.core.UriInfo uriInfo, ClientConnection clientConnection, EventBuilder event, AuthenticationSessionModel authSession, LoginProtocol protocol)
- 
Uses of EventBuilder in org.keycloak.services.resourcesMethods in org.keycloak.services.resources that return EventBuilder Modifier and Type Method Description protected EventBuilderSessionCodeChecks. getEvent()Constructors in org.keycloak.services.resources with parameters of type EventBuilder Constructor Description ClientsManagementService(KeycloakSession session, EventBuilder event)LoginActionsService(KeycloakSession session, EventBuilder event)LogoutSessionCodeChecks(RealmModel realm, javax.ws.rs.core.UriInfo uriInfo, HttpRequest request, ClientConnection clientConnection, KeycloakSession session, EventBuilder event, String code, String clientId, String tabId)SessionCodeChecks(RealmModel realm, javax.ws.rs.core.UriInfo uriInfo, HttpRequest request, ClientConnection clientConnection, KeycloakSession session, EventBuilder event, String authSessionId, String code, String execution, String clientId, String tabId, String flowPath)
- 
Uses of EventBuilder in org.keycloak.services.resources.accountConstructors in org.keycloak.services.resources.account with parameters of type EventBuilder Constructor Description AccountFormService(KeycloakSession session, ClientModel client, EventBuilder event)AccountLoader(KeycloakSession session, EventBuilder event)AccountRestService(KeycloakSession session, Auth auth, EventBuilder event, AccountRestApiVersion version)LinkedAccountsResource(KeycloakSession session, HttpRequest request, Auth auth, EventBuilder event, UserModel user)
- 
Uses of EventBuilder in org.keycloak.social.bitbucketMethods in org.keycloak.social.bitbucket with parameters of type EventBuilder Modifier and Type Method Description protected StringBitbucketIdentityProvider. getProfileEndpointForValidation(EventBuilder event)protected BrokeredIdentityContextBitbucketIdentityProvider. validateExternalTokenThroughUserInfo(EventBuilder event, String subjectToken, String subjectTokenType)
- 
Uses of EventBuilder in org.keycloak.social.facebookMethods in org.keycloak.social.facebook with parameters of type EventBuilder Modifier and Type Method Description protected BrokeredIdentityContextFacebookIdentityProvider. extractIdentityFromProfile(EventBuilder event, com.fasterxml.jackson.databind.JsonNode profile)protected StringFacebookIdentityProvider. getProfileEndpointForValidation(EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.social.githubMethods in org.keycloak.social.github with parameters of type EventBuilder Modifier and Type Method Description protected BrokeredIdentityContextGitHubIdentityProvider. extractIdentityFromProfile(EventBuilder event, com.fasterxml.jackson.databind.JsonNode profile)protected StringGitHubIdentityProvider. getProfileEndpointForValidation(EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.social.gitlabMethods in org.keycloak.social.gitlab with parameters of type EventBuilder Modifier and Type Method Description protected BrokeredIdentityContextGitLabIdentityProvider. exchangeExternalImpl(EventBuilder event, javax.ws.rs.core.MultivaluedMap<String,String> params)protected BrokeredIdentityContextGitLabIdentityProvider. extractIdentityFromProfile(EventBuilder event, com.fasterxml.jackson.databind.JsonNode profile)protected StringGitLabIdentityProvider. getProfileEndpointForValidation(EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.social.googleMethods in org.keycloak.social.google with parameters of type EventBuilder Modifier and Type Method Description protected BrokeredIdentityContextGoogleIdentityProvider. exchangeExternalImpl(EventBuilder event, javax.ws.rs.core.MultivaluedMap<String,String> params)
- 
Uses of EventBuilder in org.keycloak.social.linkedinMethods in org.keycloak.social.linkedin with parameters of type EventBuilder Modifier and Type Method Description protected BrokeredIdentityContextLinkedInIdentityProvider. extractIdentityFromProfile(EventBuilder event, com.fasterxml.jackson.databind.JsonNode profile)protected StringLinkedInIdentityProvider. getProfileEndpointForValidation(EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.social.microsoftMethods in org.keycloak.social.microsoft with parameters of type EventBuilder Modifier and Type Method Description protected BrokeredIdentityContextMicrosoftIdentityProvider. extractIdentityFromProfile(EventBuilder event, com.fasterxml.jackson.databind.JsonNode profile)protected StringMicrosoftIdentityProvider. getProfileEndpointForValidation(EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.social.openshiftMethods in org.keycloak.social.openshift with parameters of type EventBuilder Modifier and Type Method Description protected BrokeredIdentityContextOpenshiftV3IdentityProvider. extractIdentityFromProfile(EventBuilder event, com.fasterxml.jackson.databind.JsonNode profile)protected BrokeredIdentityContextOpenshiftV4IdentityProvider. extractIdentityFromProfile(EventBuilder event, com.fasterxml.jackson.databind.JsonNode profile)protected StringOpenshiftV3IdentityProvider. getProfileEndpointForValidation(EventBuilder event)protected StringOpenshiftV4IdentityProvider. getProfileEndpointForValidation(EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.social.paypalMethods in org.keycloak.social.paypal with parameters of type EventBuilder Modifier and Type Method Description protected BrokeredIdentityContextPayPalIdentityProvider. extractIdentityFromProfile(EventBuilder event, com.fasterxml.jackson.databind.JsonNode profile)protected StringPayPalIdentityProvider. getProfileEndpointForValidation(EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.social.stackoverflowMethods in org.keycloak.social.stackoverflow with parameters of type EventBuilder Modifier and Type Method Description protected BrokeredIdentityContextStackoverflowIdentityProvider. extractIdentityFromProfile(EventBuilder event, com.fasterxml.jackson.databind.JsonNode node)protected StringStackoverflowIdentityProvider. getProfileEndpointForValidation(EventBuilder event)
- 
Uses of EventBuilder in org.keycloak.social.twitterFields in org.keycloak.social.twitter declared as EventBuilder Modifier and Type Field Description protected EventBuilderTwitterIdentityProvider.Endpoint. eventMethods in org.keycloak.social.twitter with parameters of type EventBuilder Modifier and Type Method Description ObjectTwitterIdentityProvider. callback(RealmModel realm, IdentityProvider.AuthenticationCallback callback, EventBuilder event)javax.ws.rs.core.ResponseTwitterIdentityProvider. exchangeFromToken(javax.ws.rs.core.UriInfo uriInfo, EventBuilder builder, ClientModel authorizedClient, UserSessionModel tokenUserSession, UserModel tokenSubject, javax.ws.rs.core.MultivaluedMap<String,String> params)Constructors in org.keycloak.social.twitter with parameters of type EventBuilder Constructor Description Endpoint(KeycloakSession session, IdentityProvider.AuthenticationCallback callback, EventBuilder event, TwitterIdentityProvider provider)
- 
Uses of EventBuilder in org.keycloak.userprofileConstructors in org.keycloak.userprofile with parameters of type EventBuilder Constructor Description EventAuditingAttributeChangeListener(UserProfile profile, EventBuilder event)
 
-