| Package | Description |
|---|---|
| org.keycloak.audit | |
| org.keycloak.audit.email | |
| org.keycloak.audit.jpa | |
| org.keycloak.audit.mongo | |
| org.keycloak.examples.providers.audit |
| Modifier and Type | Method and Description |
|---|---|
EventType |
Event.getEvent() |
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EventQuery |
EventQuery.event(EventType... events) |
Audit |
Audit.event(EventType e) |
void |
Event.setEvent(EventType event) |
| Constructor and Description |
|---|
EmailAuditListener(KeycloakSession keycloakSession,
EmailProvider emailProvider,
Set<EventType> includedEvents) |
| Modifier and Type | Method and Description |
|---|---|
EventQuery |
JpaEventQuery.event(EventType... events) |
| Constructor and Description |
|---|
JpaAuditProvider(javax.persistence.EntityManager em,
Set<EventType> includedEvents) |
| Modifier and Type | Method and Description |
|---|---|
EventQuery |
MongoEventQuery.event(EventType... events) |
| Constructor and Description |
|---|
MongoAuditProvider(com.mongodb.DBCollection audit,
Set<EventType> includedEvents) |
| Modifier and Type | Method and Description |
|---|---|
EventQuery |
MemEventQuery.event(EventType... events) |
| Constructor and Description |
|---|
MemAuditProvider(List<Event> events,
Set<EventType> excludedEvents) |
SysoutAuditListener(Set<EventType> excludedEvents) |
Copyright © 2014. All Rights Reserved.