Modifier and Type | Interface and Description |
---|---|
interface |
Synchronizer<E extends ProviderEvent> |
Modifier and Type | Interface and Description |
---|---|
static interface |
ClientModel.ClientCreationEvent |
static interface |
ClientModel.ClientProtocolUpdatedEvent |
static interface |
ClientModel.ClientRemovedEvent |
static interface |
ClientModel.ClientUpdatedEvent |
static interface |
ClientScopeModel.ClientScopeRemovedEvent |
static interface |
GroupModel.GroupRemovedEvent |
static interface |
RealmModel.IdentityProviderRemovedEvent |
static interface |
RealmModel.IdentityProviderUpdatedEvent |
static interface |
RealmModel.RealmCreationEvent |
static interface |
RealmModel.RealmPostCreateEvent |
static interface |
RealmModel.RealmRemovedEvent |
static interface |
RoleContainerModel.RoleRemovedEvent |
static interface |
UserModel.UserRemovedEvent |
Modifier and Type | Interface and Description |
---|---|
static interface |
CachedRealmModel.RealmCachedEvent |
Modifier and Type | Method and Description |
---|---|
void |
JpaRealmProviderFactory.onEvent(ProviderEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MapClientProviderFactory.onEvent(ProviderEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MapGroupProviderFactory.onEvent(ProviderEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MapUserLoginFailureProviderFactory.onEvent(ProviderEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MapUserSessionProviderFactory.onEvent(ProviderEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
PostMigrationEvent
Executed at startup after model migration is finished
|
class |
ResetTimeOffsetEvent
Useful when there is a need for callback when time offset is restarted.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderEventListener.onEvent(ProviderEvent event) |
void |
ProviderEventManager.publish(ProviderEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultKeycloakSessionFactory.publish(ProviderEvent event) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.