Package | Description |
---|---|
org.keycloak.audit | |
org.keycloak.audit.jpa | |
org.keycloak.audit.mongo | |
org.keycloak.examples.providers.audit |
Modifier and Type | Method and Description |
---|---|
EventQuery |
EventQuery.client(String clientId) |
EventQuery |
AuditProvider.createQuery() |
EventQuery |
EventQuery.event(EventType... events) |
EventQuery |
EventQuery.firstResult(int result) |
EventQuery |
EventQuery.ipAddress(String ipAddress) |
EventQuery |
EventQuery.maxResults(int results) |
EventQuery |
EventQuery.realm(String realmId) |
EventQuery |
EventQuery.user(String userId) |
Modifier and Type | Class and Description |
---|---|
class |
JpaEventQuery |
Modifier and Type | Method and Description |
---|---|
EventQuery |
JpaEventQuery.client(String clientId) |
EventQuery |
JpaAuditProvider.createQuery() |
EventQuery |
JpaEventQuery.event(EventType... events) |
EventQuery |
JpaEventQuery.firstResult(int firstResult) |
EventQuery |
JpaEventQuery.ipAddress(String ipAddress) |
EventQuery |
JpaEventQuery.maxResults(int maxResults) |
EventQuery |
JpaEventQuery.realm(String realmId) |
EventQuery |
JpaEventQuery.user(String userId) |
Modifier and Type | Class and Description |
---|---|
class |
MongoEventQuery |
Modifier and Type | Method and Description |
---|---|
EventQuery |
MongoEventQuery.client(String clientId) |
EventQuery |
MongoAuditProvider.createQuery() |
EventQuery |
MongoEventQuery.event(EventType... events) |
EventQuery |
MongoEventQuery.firstResult(int firstResult) |
EventQuery |
MongoEventQuery.ipAddress(String ipAddress) |
EventQuery |
MongoEventQuery.maxResults(int maxResults) |
EventQuery |
MongoEventQuery.realm(String realmId) |
EventQuery |
MongoEventQuery.user(String userId) |
Modifier and Type | Class and Description |
---|---|
class |
MemEventQuery |
Modifier and Type | Method and Description |
---|---|
EventQuery |
MemEventQuery.client(String clientId) |
EventQuery |
MemAuditProvider.createQuery() |
EventQuery |
MemEventQuery.event(EventType... events) |
EventQuery |
MemEventQuery.firstResult(int result) |
EventQuery |
MemEventQuery.ipAddress(String ipAddress) |
EventQuery |
MemEventQuery.maxResults(int results) |
EventQuery |
MemEventQuery.realm(String realmId) |
EventQuery |
MemEventQuery.user(String userId) |
Copyright © 2014. All Rights Reserved.