Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.models.utils | |
org.keycloak.services.resources.admin |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static EventRepresentation |
ModelToRepresentation.toRepresentation(Event event) |
Modifier and Type | Method and 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
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.