Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.provider | |
org.keycloak.storage | |
org.keycloak.storage.user | |
org.keycloak.urls |
Modifier and Type | Method and Description |
---|---|
KeycloakSessionFactory |
KeycloakSession.getKeycloakSessionFactory() |
Modifier and Type | Method and Description |
---|---|
<T extends Provider> |
KeycloakSession.getComponentProvider(Class<T> clazz,
String componentId,
Function<KeycloakSessionFactory,ComponentModel> modelGetter)
Returns a component provider for a component from the realm that is relevant to this session.
|
<T extends Provider> |
KeycloakSessionFactory.getProviderFactory(Class<T> clazz,
String realmId,
String componentId,
Function<KeycloakSessionFactory,ComponentModel> modelGetter) |
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) |
Modifier and Type | Method and Description |
---|---|
default void |
HostnameProviderFactory.postInit(KeycloakSessionFactory factory) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.