Modifier and Type | Interface and Description |
---|---|
interface |
AccountProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
AccountSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerAccountProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
KeycloakOIDCIdentityProviderFactory |
class |
OIDCIdentityProviderFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
IdentityProviderFactory<T extends IdentityProvider> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentityProviderFactory<T extends IdentityProvider> |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
IdentityProviderSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
SAMLIdentityProviderFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
FileConnectionProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileConnectionProviderFactory
This class dispenses a FileConnectionProvider to Keycloak sessions.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
FileConnectionSpi.getProviderFactoryClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
InfinispanConnectionProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInfinispanConnectionProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
InfinispanConnectionSpi.getProviderFactoryClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
JpaConnectionProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJpaConnectionProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
JpaConnectionSpi.getProviderFactoryClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
JpaUpdaterProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
JpaUpdaterSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
LiquibaseJpaUpdaterProviderFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
MongoConnectionProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMongoConnectionFactoryProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
MongoConnectionSpi.getProviderFactoryClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
MongoUpdaterProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
MongoUpdaterSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMongoUpdaterProviderFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
EmailProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
EmailSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerEmailProviderFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
EventListenerProviderFactory |
interface |
EventStoreProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
EventListenerSpi.getProviderFactoryClass() |
Class<? extends ProviderFactory> |
EventStoreSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
EmailEventListenerProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
JpaEventStoreProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
JBossLoggingEventListenerProviderFactory |
class |
SysLoggingEventListenerProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
MongoEventStoreProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
BasePropertiesFederationFactory |
class |
ClasspathPropertiesFederationFactory |
class |
FilePropertiesFederationFactory |
Modifier and Type | Class and Description |
---|---|
class |
MemEventStoreProviderFactory |
class |
SysoutEventListenerProviderFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationImporterFactory
Provider plugin interface for importing applications from an arbitrary configuration format
|
interface |
ExportProviderFactory |
interface |
ImportProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
ApplicationImportSpi.getProviderFactoryClass() |
Class<? extends ProviderFactory> |
ExportSpi.getProviderFactoryClass() |
Class<? extends ProviderFactory> |
ImportSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
DirExportProviderFactory |
class |
DirImportProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
SingleFileExportProviderFactory |
class |
SingleFileImportProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
ZipExportProviderFactory |
class |
ZipImportProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
KerberosFederationProviderFactory
Factory for standalone Kerberos federation provider.
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPFederationProviderFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
ThemeProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
ExtendingThemeManagerFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
ThemeSpi.getProviderFactoryClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
LoginFormsProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
LoginFormsSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerLoginFormsProviderFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
MigrationProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
MigrationSpi.getProviderFactoryClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
RealmProviderFactory |
interface |
UserFederationProviderFactory |
interface |
UserProviderFactory |
interface |
UserSessionProviderFactory |
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) |
Class<? extends ProviderFactory> |
RealmSpi.getProviderFactoryClass() |
Class<? extends ProviderFactory> |
UserSessionSpi.getProviderFactoryClass() |
Class<? extends ProviderFactory> |
UserFederationSpi.getProviderFactoryClass() |
Class<? extends ProviderFactory> |
UserSpi.getProviderFactoryClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheRealmProviderFactory |
interface |
CacheUserProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
MemoryCacheRealmProviderFactory |
class |
MemoryCacheUserProviderFactory |
class |
NoCacheRealmProviderFactory |
class |
NoCacheUserProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
CacheRealmProviderSpi.getProviderFactoryClass() |
Class<? extends ProviderFactory> |
CacheUserProviderSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanCacheRealmProviderFactory |
class |
InfinispanCacheUserProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
FileRealmProviderFactory
RealmProviderFactory for JSON persistence.
|
class |
FileUserProviderFactory
UserProviderFactory for JSON persistence.
|
Modifier and Type | Class and Description |
---|---|
class |
JpaRealmProviderFactory |
class |
JpaUserProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
MongoRealmProviderFactory
KeycloakSessionFactory implementation based on MongoDB
|
class |
MongoUserProviderFactory
KeycloakSessionFactory implementation based on MongoDB
|
Modifier and Type | Class and Description |
---|---|
class |
InfinispanUserSessionProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
JpaUserSessionProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
MemUserSessionProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
MongoUserSessionProviderFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionManagerProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
PartitionManagerSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
LDAPPartitionManagerProviderFactory
Obtains
PartitionManager instances from shared PartitionManagerRegistry and uses UserFederationModel configuration for it |
Modifier and Type | Interface and Description |
---|---|
interface |
LoginProtocolFactory |
interface |
ProtocolMapper |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoginProtocolFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
ProtocolMapperSpi.getProviderFactoryClass() |
Class<? extends ProviderFactory> |
LoginProtocolSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
OIDCLoginProtocolFactory |
class |
OIDCWellKnownProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOIDCProtocolMapper |
class |
AddressMapper
Set the 'name' claim to be first + last name.
|
class |
FullNameMapper
Set the 'name' claim to be first + last name.
|
class |
HardcodedClaim |
class |
HardcodedRole
Add a role to a token
|
class |
RoleNameMapper
Map an assigned role to a different position and name in the token
|
class |
UserAttributeMapper
Mappings UserModel.attribute to an ID Token claim.
|
class |
UserPropertyMapper
Mappings UserModel property (the property name of a getter method) to an ID Token claim.
|
class |
UserSessionNoteMapper
Mappings UserSessionModel.note to an ID Token claim.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityDescriptorImporterFactory |
class |
SamlProtocolFactory |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAMLProtocolMapper |
class |
HardcodedAttributeMapper
Mappings UserModel property (the property name of a getter method) to an AttributeStatement.
|
class |
RoleListMapper |
class |
UserAttributeStatementMapper
Mappings UserModel property (the property name of a getter method) to an AttributeStatement.
|
class |
UserPropertyAttributeStatementMapper
Mappings UserModel property (the property name of a getter method) to an AttributeStatement.
|
Modifier and Type | Method and Description |
---|---|
ProviderFactory |
ProviderManager.load(Spi spi,
String providerId) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
Spi.getProviderFactoryClass() |
List<ProviderFactory> |
ProviderManager.load(Spi spi) |
List<ProviderFactory> |
DefaultProviderLoader.load(Spi spi) |
List<ProviderFactory> |
ProviderLoader.load(Spi spi) |
Modifier and Type | Class and Description |
---|---|
class |
ModuleThemeProviderFactory |
Modifier and Type | Method and Description |
---|---|
<T extends Provider> |
DefaultKeycloakSessionFactory.getProviderFactory(Class<T> clazz) |
<T extends Provider> |
DefaultKeycloakSessionFactory.getProviderFactory(Class<T> clazz,
String id) |
Modifier and Type | Method and Description |
---|---|
List<ProviderFactory> |
DefaultKeycloakSessionFactory.getProviderFactories(Class<? extends Provider> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMigrationProviderFactory |
Modifier and Type | Method and Description |
---|---|
void |
ServerInfoAdminResource.setIdentityProviders(List<ProviderFactory> factories,
List<Map<String,String>> providers,
String groupName) |
Modifier and Type | Interface and Description |
---|---|
interface |
SocialIdentityProviderFactory<I extends SocialIdentityProvider> |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
SocialProviderSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
FacebookIdentityProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
GitHubIdentityProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
GoogleIdentityProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
LinkedInIdentityProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
StackoverflowIdentityProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
TwitterIdentityProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
DummyUserFederationProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
FolderThemeProviderFactory |
class |
JarThemeProviderFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
TimerProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
TimerSpi.getProviderFactoryClass() |
Modifier and Type | Class and Description |
---|---|
class |
BasicTimerProviderFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
WellKnownProviderFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProviderFactory> |
WellKnownSpi.getProviderFactoryClass() |
Copyright © 2015. All rights reserved.