Uses of Class
org.keycloak.events.admin.AdminEvent
- 
- 
Uses of AdminEvent in org.keycloak.email.freemarker.beansConstructors in org.keycloak.email.freemarker.beans with parameters of type AdminEvent Constructor Description AdminEventBean(AdminEvent adminEvent)
- 
Uses of AdminEvent in org.keycloak.eventsMethods in org.keycloak.events with parameters of type AdminEvent Modifier and Type Method Description voidEventListenerTransaction. addAdminEvent(AdminEvent adminEvent, boolean includeRepresentation)voidEventListenerProvider. onEvent(AdminEvent event, boolean includeRepresentation)Called when an admin event occurs e.g.Constructor parameters in org.keycloak.events with type arguments of type AdminEvent Constructor Description EventListenerTransaction(BiConsumer<AdminEvent,Boolean> adminEventConsumer, Consumer<Event> eventConsumer)
- 
Uses of AdminEvent in org.keycloak.events.adminFields in org.keycloak.events.admin with type parameters of type AdminEvent Modifier and Type Field Description static SearchableModelField<AdminEvent>AdminEvent.SearchableFields. AUTH_CLIENT_IDstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. AUTH_IP_ADDRESSstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. AUTH_REALM_IDstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. AUTH_USER_IDstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. IDstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. OPERATION_TYPEstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. REALM_IDstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. RESOURCE_PATHstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. RESOURCE_TYPEstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. TIMESTAMPMethods in org.keycloak.events.admin that return types with arguments of type AdminEvent Modifier and Type Method Description Stream<AdminEvent>AdminEventQuery. getResultStream()Executes the query and returns the results as a stream.Constructors in org.keycloak.events.admin with parameters of type AdminEvent Constructor Description AdminEvent(AdminEvent toCopy)
- 
Uses of AdminEvent in org.keycloak.events.emailMethods in org.keycloak.events.email with parameters of type AdminEvent Modifier and Type Method Description voidEmailEventListenerProvider. onEvent(AdminEvent event, boolean includeRepresentation)
- 
Uses of AdminEvent in org.keycloak.events.jpaMethods in org.keycloak.events.jpa that return types with arguments of type AdminEvent Modifier and Type Method Description Stream<AdminEvent>JpaAdminEventQuery. getResultStream()Methods in org.keycloak.events.jpa with parameters of type AdminEvent Modifier and Type Method Description voidJpaEventStoreProvider. onEvent(AdminEvent event, boolean includeRepresentation)
- 
Uses of AdminEvent in org.keycloak.events.logMethods in org.keycloak.events.log with parameters of type AdminEvent Modifier and Type Method Description voidJBossLoggingEventListenerProvider. onEvent(AdminEvent adminEvent, boolean includeRepresentation)
- 
Uses of AdminEvent in org.keycloak.models.map.eventsMethods in org.keycloak.models.map.events that return AdminEvent Modifier and Type Method Description static AdminEventEventUtils. entityToModel(MapAdminEventEntity adminEventEntity)Methods in org.keycloak.models.map.events that return types with arguments of type AdminEvent Modifier and Type Method Description Stream<AdminEvent>MapAdminEventQuery. getResultStream()protected abstract Stream<AdminEvent>MapAdminEventQuery. read(QueryParameters<AdminEvent> queryParameters)Methods in org.keycloak.models.map.events with parameters of type AdminEvent Modifier and Type Method Description static MapAdminEventEntityEventUtils. modelToEntity(AdminEvent adminEvent, boolean includeRepresentation)voidMapEventStoreProvider. onEvent(AdminEvent event, boolean includeRepresentation)ADMIN EVENTSMethod parameters in org.keycloak.models.map.events with type arguments of type AdminEvent Modifier and Type Method Description protected abstract Stream<AdminEvent>MapAdminEventQuery. read(QueryParameters<AdminEvent> queryParameters)
- 
Uses of AdminEvent in org.keycloak.models.map.storage.chmFields in org.keycloak.models.map.storage.chm with type parameters of type AdminEvent Modifier and Type Field Description static Map<SearchableModelField<AdminEvent>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapAdminEventEntity,AdminEvent>>MapFieldPredicates. ADMIN_EVENTS_PREDICATESstatic Map<SearchableModelField<AdminEvent>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapAdminEventEntity,AdminEvent>>MapFieldPredicates. ADMIN_EVENTS_PREDICATES
- 
Uses of AdminEvent in org.keycloak.models.map.storage.jpa.event.adminMethod parameters in org.keycloak.models.map.storage.jpa.event.admin with type arguments of type AdminEvent Modifier and Type Method Description JpaAdminEventModelCriteriaBuilderJpaAdminEventModelCriteriaBuilder. compare(SearchableModelField<? super AdminEvent> modelField, ModelCriteriaBuilder.Operator op, Object... value)
- 
Uses of AdminEvent in org.keycloak.models.utilsMethods in org.keycloak.models.utils with parameters of type AdminEvent Modifier and Type Method Description static AdminEventRepresentationModelToRepresentation. toRepresentation(AdminEvent adminEvent)
- 
Uses of AdminEvent in org.keycloak.services.resources.adminMethods in org.keycloak.services.resources.admin that return AdminEvent Modifier and Type Method Description AdminEventAdminEventBuilder. getEvent()
 
-