Uses of Class
org.keycloak.events.EventBuilder
Packages that use EventBuilder
Package
Description
-
Uses of EventBuilder in org.keycloak.authentication
Methods in org.keycloak.authentication that return EventBuilderModifier and TypeMethodDescriptionAbstractAuthenticationFlowContext.getEvent()Current event builder being usedFormContext.getEvent()Current event builder being usedRequiredActionContext.getEvent()Current event builder being usedAbstractAuthenticationFlowContext.newEvent()Create a refresh new EventBuilder to use within this contextFormContext.newEvent()Create a refresh new EventBuilder to use within this context -
Uses of EventBuilder in org.keycloak.broker.provider
Methods in org.keycloak.broker.provider with parameters of type EventBuilderModifier and TypeMethodDescriptionAbstractIdentityProvider.callback(RealmModel realm, IdentityProvider.AuthenticationCallback callback, EventBuilder event) IdentityProvider.callback(RealmModel realm, IdentityProvider.AuthenticationCallback callback, EventBuilder event) JAXRS callback endpoint for when the remote IDP wants to callback to keycloak.ExchangeExternalToken.exchangeExternal(EventBuilder event, jakarta.ws.rs.core.MultivaluedMap<String, String> params) jakarta.ws.rs.core.ResponseExchangeTokenToIdentityProviderToken.exchangeFromToken(jakarta.ws.rs.core.UriInfo uriInfo, EventBuilder event, ClientModel authorizedClient, UserSessionModel tokenUserSession, UserModel tokenSubject, jakarta.ws.rs.core.MultivaluedMap<String, String> params) -
Uses of EventBuilder in org.keycloak.events
Methods in org.keycloak.events that return EventBuilderModifier and TypeMethodDescriptionEventBuilder.client(ClientModel client) EventBuilder.clone()EventBuilder.detail(String key, Collection<String> values) Add event detail where strings from the input Collection are filtered not to containnulland then joined using::character.Add event detail where strings from the input Stream are filtered not to containnulland then joined using::character.EventBuilder.realm(RealmModel realm) EventBuilder.removeDetail(String key) EventBuilder.session(UserSessionModel session) EventBuilder.storeImmediately(boolean forcedValue) Sets the time when to store the event. -
Uses of EventBuilder in org.keycloak.protocol
Methods in org.keycloak.protocol with parameters of type EventBuilderModifier and TypeMethodDescriptionLoginProtocolFactory.createProtocolEndpoint(KeycloakSession session, EventBuilder event) LoginProtocol.setEventBuilder(EventBuilder event) -
Uses of EventBuilder in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc that return EventBuilderMethods in org.keycloak.protocol.oidc with parameters of type EventBuilderModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseTokenIntrospectionProvider.introspect(String token, EventBuilder event) Introspect thetoken.Constructors in org.keycloak.protocol.oidc with parameters of type EventBuilderModifierConstructorDescriptionTokenExchangeContext(KeycloakSession session, jakarta.ws.rs.core.MultivaluedMap<String, String> formParams, Cors cors, RealmModel realm, EventBuilder event, ClientModel client, org.keycloak.common.ClientConnection clientConnection, jakarta.ws.rs.core.HttpHeaders headers, Object tokenManager, Map<String, String> clientAuthAttributes) -
Uses of EventBuilder in org.keycloak.protocol.oidc.grants
Fields in org.keycloak.protocol.oidc.grants declared as EventBuilderMethods in org.keycloak.protocol.oidc.grants that return EventBuilderConstructors in org.keycloak.protocol.oidc.grants with parameters of type EventBuilder