Package | Description |
---|---|
org.keycloak.component | |
org.keycloak.models | |
org.keycloak.provider | |
org.keycloak.storage | |
org.keycloak.storage.federated | |
org.keycloak.theme | |
org.keycloak.urls |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentFactory<CreatedType,ProviderType extends Provider> |
interface |
SubComponentFactory<CreatedType,ProviderType extends Provider>
Useful when you want to describe config properties that are effected by the parent ComponentModel
|
Modifier and Type | Method and Description |
---|---|
<T extends Provider> |
KeycloakSessionFactory.getProviderFactory(Class<T> clazz) |
<T extends Provider> |
KeycloakSessionFactory.getProviderFactory(Class<T> clazz,
String id) |
Modifier and Type | Method and Description |
---|---|
List<ProviderFactory> |
KeycloakSessionFactory.getProviderFactories(Class<? extends Provider> clazz) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
Spi.getProviderFactoryClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
UserStorageProviderFactory<T extends UserStorageProvider> |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
UserStorageProviderSpi.getProviderFactoryClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
UserFederatedStorageProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
UserFederatedStorageProviderSpi.getProviderFactoryClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
ThemeResourceProviderFactory |
interface |
ThemeSelectorProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
ThemeSelectorSpi.getProviderFactoryClass() |
Class<? extends ProviderFactory> |
ThemeResourceSpi.getProviderFactoryClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
HostnameProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
HostnameSpi.getProviderFactoryClass() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.