Package | Description |
---|---|
org.keycloak.events | |
org.keycloak.events.jpa | |
org.keycloak.events.mongo | |
org.keycloak.examples.providers.events |
Modifier and Type | Method and Description |
---|---|
EventQuery |
EventQuery.client(String clientId) |
EventQuery |
EventStoreProvider.createQuery() |
EventQuery |
EventQuery.firstResult(int result) |
EventQuery |
EventQuery.ipAddress(String ipAddress) |
EventQuery |
EventQuery.maxResults(int results) |
EventQuery |
EventQuery.realm(String realmId) |
EventQuery |
EventQuery.type(EventType... types) |
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 |
JpaEventStoreProvider.createQuery() |
EventQuery |
JpaEventQuery.firstResult(int firstResult) |
EventQuery |
JpaEventQuery.ipAddress(String ipAddress) |
EventQuery |
JpaEventQuery.maxResults(int maxResults) |
EventQuery |
JpaEventQuery.realm(String realmId) |
EventQuery |
JpaEventQuery.type(EventType... types) |
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 |
MongoEventStoreProvider.createQuery() |
EventQuery |
MongoEventQuery.firstResult(int firstResult) |
EventQuery |
MongoEventQuery.ipAddress(String ipAddress) |
EventQuery |
MongoEventQuery.maxResults(int maxResults) |
EventQuery |
MongoEventQuery.realm(String realmId) |
EventQuery |
MongoEventQuery.type(EventType... types) |
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 |
MemEventStoreProvider.createQuery() |
EventQuery |
MemEventQuery.firstResult(int result) |
EventQuery |
MemEventQuery.ipAddress(String ipAddress) |
EventQuery |
MemEventQuery.maxResults(int results) |
EventQuery |
MemEventQuery.realm(String realmId) |
EventQuery |
MemEventQuery.type(EventType... types) |
EventQuery |
MemEventQuery.user(String userId) |
Copyright © 2014. All Rights Reserved.