| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.utils | |
| org.keycloak.provider |
| Modifier and Type | Method and Description |
|---|---|
KeycloakSessionFactory |
KeycloakSession.getKeycloakSessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
static void |
KeycloakModelUtils.runJobInTransaction(KeycloakSessionFactory factory,
KeycloakSessionTask task)
Wrap given runnable job into KeycloakTransaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderFactory.postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.