Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.models.utils | |
org.keycloak.services.resources.admin |
Modifier and Type | Method and Description |
---|---|
List<AdminEventRepresentation> |
RealmResource.getAdminEvents() |
List<AdminEventRepresentation> |
RealmResource.getAdminEvents(List<String> operationTypes,
String authRealm,
String authClient,
String authUser,
String authIpAddress,
String resourcePath,
String dateFrom,
String dateTo,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
static AdminEventRepresentation |
ModelToRepresentation.toRepresentation(AdminEvent adminEvent) |
Modifier and Type | Method and Description |
---|---|
Stream<AdminEventRepresentation> |
RealmAdminResource.getEvents(List<String> operationTypes,
String authRealm,
String authClient,
String authUser,
String authIpAddress,
String resourcePath,
String dateFrom,
String dateTo,
Integer firstResult,
Integer maxResults,
List<String> resourceTypes)
Get admin events
Returns all admin events, or filters events based on URL query parameters listed here
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.