Uses of Class
org.keycloak.representations.idm.AdminEventRepresentation
Packages that use AdminEventRepresentation
Package
Description
-
Uses of AdminEventRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return types with arguments of type AdminEventRepresentationModifier and TypeMethodDescriptionRealmResource.getAdminEvents()
RealmResource.getAdminEvents
(List<String> operationTypes, String authRealm, String authClient, String authUser, String authIpAddress, String resourcePath, String dateFrom, String dateTo, Integer firstResult, Integer maxResults) RealmResource.getAdminEvents
(List<String> operationTypes, String authRealm, String authClient, String authUser, String authIpAddress, String resourcePath, List<String> resourceTypes, String dateFrom, String dateTo, Integer firstResult, Integer maxResults) -
Uses of AdminEventRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return AdminEventRepresentationModifier and TypeMethodDescriptionstatic AdminEventRepresentation
ModelToRepresentation.toRepresentation
(AdminEvent adminEvent) -
Uses of AdminEventRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return types with arguments of type AdminEventRepresentationModifier and TypeMethodDescriptionRealmAdminResource.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