Uses of Class
org.keycloak.representations.idm.AdminEventRepresentation
- 
Packages that use AdminEventRepresentation Package Description org.keycloak.admin.client.resource org.keycloak.models.utils org.keycloak.services.resources.admin 
- 
- 
Uses of AdminEventRepresentation in org.keycloak.admin.client.resourceMethods in org.keycloak.admin.client.resource that return types with arguments of type AdminEventRepresentation Modifier and Type Method 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)List<AdminEventRepresentation>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.utilsMethods in org.keycloak.models.utils that return AdminEventRepresentation Modifier and Type Method Description static AdminEventRepresentationModelToRepresentation. toRepresentation(AdminEvent adminEvent)
- 
Uses of AdminEventRepresentation in org.keycloak.services.resources.adminMethods in org.keycloak.services.resources.admin that return types with arguments of type AdminEventRepresentation Modifier and Type Method 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
 
-