Uses of Enum Class
org.keycloak.events.EventType
Packages that use EventType
Package
Description
-
Uses of EventType in org.keycloak.authentication.actiontoken
Methods in org.keycloak.authentication.actiontoken that return EventTypeModifier and TypeMethodDescriptionAbstractActionTokenHandler.eventType()ActionTokenHandler.eventType()Returns a event type logged withEventBuilderclass.Constructors in org.keycloak.authentication.actiontoken with parameters of type EventType -
Uses of EventType in org.keycloak.authentication.requiredactions
Methods in org.keycloak.authentication.requiredactions that return EventTypeModifier and TypeMethodDescriptionprotected EventTypeWebAuthnRegister.getOriginalEventTypeForBackwardsCompatibility(RequiredActionContext context) Deprecated. -
Uses of EventType in org.keycloak.email.freemarker
Methods in org.keycloak.email.freemarker with parameters of type EventTypeModifier and TypeMethodDescriptionprotected StringFreeMarkerEmailTemplateProvider.toCamelCase(EventType event) -
Uses of EventType in org.keycloak.events
Methods in org.keycloak.events that return EventTypeModifier and TypeMethodDescriptionEvent.getType()static EventTypeReturns the enum constant of this class with the specified name.static EventTypeEventType.valueOfInteger(Integer id) static EventType[]EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.events with parameters of type EventTypeModifier and TypeMethodDescriptionvoidSearch events with given types -
Uses of EventType in org.keycloak.events.email
Methods in org.keycloak.events.email with parameters of type EventTypeModifier and TypeMethodDescriptionvoidEmailEventListenerProviderFactory.addIncludedEvents(EventType... types) voidEmailEventListenerProviderFactory.removeIncludedEvents(EventType... types) Constructor parameters in org.keycloak.events.email with type arguments of type EventTypeModifierConstructorDescriptionEmailEventListenerProvider(KeycloakSession session, Set<EventType> includedEvents) -
Uses of EventType in org.keycloak.events.jpa
Methods in org.keycloak.events.jpa with parameters of type EventType -
Uses of EventType in org.keycloak.protocol.docker
Constructors in org.keycloak.protocol.docker with parameters of type EventTypeModifierConstructorDescriptionDockerEndpoint(KeycloakSession session, EventBuilder event, EventType login) -
Uses of EventType in org.keycloak.protocol.oidc.grants
Methods in org.keycloak.protocol.oidc.grants that return EventTypeModifier and TypeMethodDescriptionAuthorizationCodeGrantType.getEventType()ClientCredentialsGrantType.getEventType()OAuth2GrantType.getEventType()Returns the event type associated with this OAuth 2.0 grant type.PermissionGrantType.getEventType()PreAuthorizedCodeGrantType.getEventType()RefreshTokenGrantType.getEventType()ResourceOwnerPasswordCredentialsGrantType.getEventType()TokenExchangeGrantType.getEventType() -
Uses of EventType in org.keycloak.protocol.oidc.grants.ciba
Methods in org.keycloak.protocol.oidc.grants.ciba that return EventType -
Uses of EventType in org.keycloak.protocol.oidc.grants.device
Methods in org.keycloak.protocol.oidc.grants.device that return EventType -
Uses of EventType in org.keycloak.services.managers
Methods in org.keycloak.services.managers with parameters of type EventTypeModifier and TypeMethodDescriptionprotected voidDefaultBruteForceProtector.sendEvent(KeycloakSession session, RealmModel realm, UserLoginFailureModel userLoginFailure, EventType type) -
Uses of EventType in org.keycloak.services.resources.account
Fields in org.keycloak.services.resources.account declared as EventType
UPDATE_PASSWORD,UPDATE_TOTPa.s.o.