Uses of Class
org.keycloak.representations.idm.EventRepresentation
-
Packages that use EventRepresentation Package Description org.keycloak.admin.client.resource org.keycloak.models.utils org.keycloak.services.resources.admin -
-
Uses of EventRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return types with arguments of type EventRepresentation Modifier and Type Method Description List<EventRepresentation>
RealmResource. getEvents()
List<EventRepresentation>
RealmResource. getEvents(List<String> types, String client, String user, String dateFrom, String dateTo, String ipAddress, Integer firstResult, Integer maxResults)
-
Uses of EventRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return EventRepresentation Modifier and Type Method Description static 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 EventRepresentation Modifier and Type Method Description Stream<EventRepresentation>
RealmAdminResource. getEvents(List<String> types, String client, String user, String dateFrom, String dateTo, String ipAddress, Integer firstResult, Integer maxResults)
Get events Returns all events, or filters them based on URL query parameters listed here
-