Package | Description |
---|---|
org.keycloak.component | |
org.keycloak.provider | |
org.keycloak.storage |
Modifier and Type | Method and Description |
---|---|
default List<ProviderConfigProperty> |
ComponentFactory.getCommonProviderConfigProperties()
These are config properties that are common across all implementation of this component type
|
default List<ProviderConfigProperty> |
SubComponentFactory.getConfigProperties(RealmModel realm,
ComponentModel parent) |
Modifier and Type | Method and Description |
---|---|
List<ProviderConfigProperty> |
ProviderConfigurationBuilder.build()
Create the list.
|
List<ProviderConfigProperty> |
ConfiguredProvider.getConfigProperties() |
Modifier and Type | Method and Description |
---|---|
ProviderConfigurationBuilder |
ProviderConfigurationBuilder.property(ProviderConfigProperty property) |
Modifier and Type | Method and Description |
---|---|
static List<ProviderConfigProperty> |
UserStorageProviderSpi.commonConfig() |
default List<ProviderConfigProperty> |
UserStorageProviderFactory.getCommonProviderConfigProperties()
configuration properties that are common across all UserStorageProvider implementations
|
default List<ProviderConfigProperty> |
UserStorageProviderFactory.getConfigProperties() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.