Uses of Class
org.keycloak.representations.idm.EventRepresentation
Packages that use EventRepresentation
Package
Description
-
Uses of EventRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return types with arguments of type EventRepresentationModifier and TypeMethodDescriptionRealmResource.getEvents()
RealmResource.getEvents
(List<String> types, String client, String user, long dateFrom, long dateTo, String ipAddress, Integer firstResult, Integer maxResults, String direction) RealmResource.getEvents
(List<String> types, String client, String user, String dateFrom, String dateTo, String ipAddress, Integer firstResult, Integer maxResults) RealmResource.getEvents
(List<String> types, String client, String user, String dateFrom, String dateTo, String ipAddress, Integer firstResult, Integer maxResults, String direction) -
Uses of EventRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return EventRepresentationModifier and TypeMethodDescriptionstatic EventRepresentation
ModelToRepresentation.toRepresentation
(Event event) -
Uses of EventRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return types with arguments of type EventRepresentationModifier and TypeMethodDescriptionRealmAdminResource.getEvents
(List<String> types, String client, String user, String dateFrom, String dateTo, String ipAddress, Integer firstResult, Integer maxResults, String direction) Get events Returns all events, or filters them based on URL query parameters listed here