| Package | Description |
|---|---|
| org.keycloak.authorization.store |
Provides classes and a SPI to plug different metadata storage implementations.
|
| org.keycloak.authorization.store.syncronization | |
| org.keycloak.broker.provider | |
| org.keycloak.exportimport | |
| org.keycloak.hash | |
| org.keycloak.models | |
| org.keycloak.models.session | |
| org.keycloak.models.utils | |
| org.keycloak.protocol | |
| org.keycloak.provider |
| Modifier and Type | Method and Description |
|---|---|
default void |
AuthorizationStoreFactory.postInit(KeycloakSessionFactory factory) |
default void |
AuthorizationStoreFactory.registerSynchronizationListeners(KeycloakSessionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
Synchronizer.synchronize(E event,
KeycloakSessionFactory factory) |
void |
ClientApplicationSynchronizer.synchronize(RealmModel.ClientRemovedEvent event,
KeycloakSessionFactory factory) |
void |
RealmSynchronizer.synchronize(RealmModel.RealmRemovedEvent event,
KeycloakSessionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIdentityProviderMapper.postInit(KeycloakSessionFactory factory) |
void |
AbstractIdentityProviderFactory.postInit(KeycloakSessionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportProvider.exportModel(KeycloakSessionFactory factory) |
void |
ExportProvider.exportRealm(KeycloakSessionFactory factory,
String realmName) |
void |
ImportProvider.importModel(KeycloakSessionFactory factory,
Strategy strategy) |
void |
ImportProvider.importRealm(KeycloakSessionFactory factory,
String realmName,
Strategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
Pbkdf2PasswordHashProvider.postInit(KeycloakSessionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
KeycloakSessionFactory |
KeycloakSession.getKeycloakSessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserSessionProviderFactory.loadPersistentSessions(KeycloakSessionFactory sessionFactory,
int maxErrors,
int sessionsPerSegment) |
void |
UserFederationEventAwareProviderFactory.postInit(KeycloakSessionFactory factory) |
UserFederationSyncResult |
UserFederationProviderFactory.syncAllUsers(KeycloakSessionFactory sessionFactory,
String realmId,
UserFederationProviderModel model)
Sync all users from the provider storage to Keycloak storage.
|
UserFederationSyncResult |
UserFederationProviderFactory.syncChangedUsers(KeycloakSessionFactory sessionFactory,
String realmId,
UserFederationProviderModel model,
Date lastSync)
Sync just changed (added / updated / removed) users from the provider storage to Keycloak storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisabledUserSessionPersisterProvider.postInit(KeycloakSessionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
KeycloakModelUtils.runJobInTransaction(KeycloakSessionFactory factory,
KeycloakSessionTask task)
Wrap given runnable job into KeycloakTransaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLoginProtocolFactory.postInit(KeycloakSessionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderFactory.postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.