| Modifier and Type | Class and Description |
|---|---|
class |
PrioritizedComponentModel |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ComponentModel> |
PrioritizedComponentModel.comparator |
| Modifier and Type | Method and Description |
|---|---|
CreatedType |
ComponentFactory.create(KeycloakSession session,
ComponentModel model) |
default void |
ComponentFactory.onCreate(KeycloakSession session,
RealmModel realm,
ComponentModel model) |
static int |
PrioritizedComponentModel.parsePriority(ComponentModel component) |
void |
ComponentFactory.validateConfiguration(KeycloakSession session,
ComponentModel model) |
| Constructor and Description |
|---|
ComponentModel(ComponentModel copy) |
PrioritizedComponentModel(ComponentModel copy) |
| Modifier and Type | Method and Description |
|---|---|
T |
KeyProviderFactory.create(KeycloakSession session,
ComponentModel model) |
| Modifier and Type | Method and Description |
|---|---|
ComponentModel |
RealmModel.addComponentModel(ComponentModel model) |
ComponentModel |
RealmModel.getComponent(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentModel> |
RealmModel.getComponents() |
List<ComponentModel> |
RealmModel.getComponents(String parentId) |
List<ComponentModel> |
RealmModel.getComponents(String parentId,
String providerType) |
| Modifier and Type | Method and Description |
|---|---|
ComponentModel |
RealmModel.addComponentModel(ComponentModel model) |
<T extends Provider> |
KeycloakSession.getProvider(Class<T> clazz,
ComponentModel componentModel) |
void |
UserFederationManager.preRemove(RealmModel realm,
ComponentModel component) |
void |
UserProvider.preRemove(RealmModel realm,
ComponentModel component) |
void |
RealmModel.removeComponent(ComponentModel component) |
void |
RealmModel.updateComponent(ComponentModel component) |
| Modifier and Type | Method and Description |
|---|---|
static ComponentModel |
RepresentationToModel.toModel(KeycloakSession session,
ComponentRepresentation rep) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,ProviderConfigProperty> |
ComponentUtil.getComponentConfigProperties(KeycloakSession session,
ComponentModel component) |
static ComponentFactory |
ComponentUtil.getComponentFactory(KeycloakSession session,
ComponentModel component) |
static void |
KeycloakModelUtils.notifyCreated(KeycloakSession session,
RealmModel realm,
ComponentModel model) |
static ComponentRepresentation |
ModelToRepresentation.toRepresentation(KeycloakSession session,
ComponentModel component,
boolean internal) |
static void |
RepresentationToModel.updateComponent(KeycloakSession session,
ComponentRepresentation rep,
ComponentModel component,
boolean internal) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationValidationHelper |
ConfigurationValidationHelper.check(ComponentModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserStorageProviderModel
Stored configuration of a User Storage provider instance.
|
| Modifier and Type | Method and Description |
|---|---|
T |
UserStorageProviderFactory.create(KeycloakSession session,
ComponentModel model)
called per Keycloak transaction.
|
static String |
StorageId.keycloakId(ComponentModel model,
String externalId)
generate the id string that should be returned by UserModel.getId()
|
default void |
UserStorageProviderFactory.onCreate(KeycloakSession session,
RealmModel realm,
ComponentModel model)
Called when UserStorageProviderModel is created.
|
default void |
UserStorageProviderFactory.validateConfiguration(KeycloakSession session,
ComponentModel config) |
| Constructor and Description |
|---|
UserStorageProviderModel(ComponentModel copy) |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentModel |
AbstractUserAdapterFederatedStorage.storageProviderModel |
protected ComponentModel |
AbstractUserAdapter.storageProviderModel |
| Constructor and Description |
|---|
AbstractUserAdapter(KeycloakSession session,
RealmModel realm,
ComponentModel storageProviderModel) |
AbstractUserAdapterFederatedStorage(KeycloakSession session,
RealmModel realm,
ComponentModel storageProviderModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserFederatedStorageProvider.preRemove(RealmModel realm,
ComponentModel model) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.