Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.provider | |
org.keycloak.storage | |
org.keycloak.storage.user |
Modifier and Type | Method and Description |
---|---|
KeycloakSessionFactory |
KeycloakSession.getKeycloakSessionFactory() |
Modifier and Type | Method and Description |
---|---|
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 |
ProviderFactory.postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
Modifier and Type | Method and Description |
---|---|
default void |
UserStorageProviderFactory.postInit(KeycloakSessionFactory factory) |
Modifier and Type | Method and Description |
---|---|
SynchronizationResult |
ImportSynchronization.sync(KeycloakSessionFactory sessionFactory,
String realmId,
UserStorageProviderModel model) |
SynchronizationResult |
ImportSynchronization.syncSince(Date lastSync,
KeycloakSessionFactory sessionFactory,
String realmId,
UserStorageProviderModel model) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.