| Package | Description |
|---|---|
| org.keycloak.events.admin | |
| org.keycloak.events.jpa | |
| org.keycloak.services.resources.admin |
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
AdminEvent.getResourceType()
Returns the type of the affected
ResourceType for this AdminEvent, e.g. |
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AdminEventQuery |
AdminEventQuery.resourceType(ResourceType... resourceTypes)
Search by
ResourceType. |
void |
AdminEvent.setResourceType(ResourceType resourceType) |
| Modifier and Type | Method and Description |
|---|---|
AdminEventQuery |
JpaAdminEventQuery.resourceType(ResourceType... resourceTypes) |
| Modifier and Type | Method and Description |
|---|---|
AdminEventBuilder |
AdminEventBuilder.resource(ResourceType resourceType) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.