Uses of Class
org.keycloak.events.admin.AdminEvent
-
-
Uses of AdminEvent in org.keycloak.email.freemarker.beans
Constructors in org.keycloak.email.freemarker.beans with parameters of type AdminEvent Constructor Description AdminEventBean(AdminEvent adminEvent)
-
Uses of AdminEvent in org.keycloak.events
Methods in org.keycloak.events with parameters of type AdminEvent Modifier and Type Method Description void
EventListenerTransaction. addAdminEvent(AdminEvent adminEvent, boolean includeRepresentation)
void
EventListenerProvider. 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.admin
Fields in org.keycloak.events.admin with type parameters of type AdminEvent Modifier and Type Field Description static SearchableModelField<AdminEvent>
AdminEvent.SearchableFields. AUTH_CLIENT_ID
static SearchableModelField<AdminEvent>
AdminEvent.SearchableFields. AUTH_IP_ADDRESS
static SearchableModelField<AdminEvent>
AdminEvent.SearchableFields. AUTH_REALM_ID
static SearchableModelField<AdminEvent>
AdminEvent.SearchableFields. AUTH_USER_ID
static SearchableModelField<AdminEvent>
AdminEvent.SearchableFields. ID
static SearchableModelField<AdminEvent>
AdminEvent.SearchableFields. OPERATION_TYPE
static SearchableModelField<AdminEvent>
AdminEvent.SearchableFields. REALM_ID
static SearchableModelField<AdminEvent>
AdminEvent.SearchableFields. RESOURCE_PATH
static SearchableModelField<AdminEvent>
AdminEvent.SearchableFields. RESOURCE_TYPE
static SearchableModelField<AdminEvent>
AdminEvent.SearchableFields. TIMESTAMP
Methods 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.email
Methods in org.keycloak.events.email with parameters of type AdminEvent Modifier and Type Method Description void
EmailEventListenerProvider. onEvent(AdminEvent event, boolean includeRepresentation)
-
Uses of AdminEvent in org.keycloak.events.jpa
Methods 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 void
JpaEventStoreProvider. onEvent(AdminEvent event, boolean includeRepresentation)
-
Uses of AdminEvent in org.keycloak.events.log
Methods in org.keycloak.events.log with parameters of type AdminEvent Modifier and Type Method Description void
JBossLoggingEventListenerProvider. onEvent(AdminEvent adminEvent, boolean includeRepresentation)
-
Uses of AdminEvent in org.keycloak.models.map.events
Methods in org.keycloak.models.map.events that return AdminEvent Modifier and Type Method Description static AdminEvent
EventUtils. 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 MapAdminEventEntity
EventUtils. modelToEntity(AdminEvent adminEvent, boolean includeRepresentation)
void
MapEventStoreProvider. 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.chm
Fields 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_PREDICATES
static Map<SearchableModelField<AdminEvent>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapAdminEventEntity,AdminEvent>>
MapFieldPredicates. ADMIN_EVENTS_PREDICATES
-
Uses of AdminEvent in org.keycloak.models.map.storage.jpa.event.admin
Method parameters in org.keycloak.models.map.storage.jpa.event.admin with type arguments of type AdminEvent Modifier and Type Method Description JpaAdminEventModelCriteriaBuilder
JpaAdminEventModelCriteriaBuilder. compare(SearchableModelField<? super AdminEvent> modelField, ModelCriteriaBuilder.Operator op, Object... value)
-
Uses of AdminEvent in org.keycloak.models.utils
Methods in org.keycloak.models.utils with parameters of type AdminEvent Modifier and Type Method Description static AdminEventRepresentation
ModelToRepresentation. toRepresentation(AdminEvent adminEvent)
-
Uses of AdminEvent in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return AdminEvent Modifier and Type Method Description AdminEvent
AdminEventBuilder. getEvent()
-