Uses of Interface
org.keycloak.component.ComponentFactory
-
-
Uses of ComponentFactory in org.keycloak.component
Subinterfaces of ComponentFactory in org.keycloak.component Modifier and Type Interface Description interface
AmphibianProviderFactory<ProviderType extends Provider>
Ancestor for a provider factory for both a standaloneProviderFactory
and aComponentFactory
.interface
SubComponentFactory<CreatedType,ProviderType extends Provider>
Useful when you want to describe config properties that are effected by the parent ComponentModel -
Uses of ComponentFactory in org.keycloak.federation.kerberos
Classes in org.keycloak.federation.kerberos that implement ComponentFactory Modifier and Type Class Description class
KerberosFederationProviderFactory
Factory for standalone Kerberos federation provider. -
Uses of ComponentFactory in org.keycloak.federation.sssd
Classes in org.keycloak.federation.sssd that implement ComponentFactory Modifier and Type Class Description class
SSSDFederationProviderFactory
-
Uses of ComponentFactory in org.keycloak.keys
Subinterfaces of ComponentFactory in org.keycloak.keys Modifier and Type Interface Description interface
KeyProviderFactory<T extends KeyProvider>
Classes in org.keycloak.keys that implement ComponentFactory Modifier and Type Class Description class
AbstractEcdsaKeyProviderFactory
class
AbstractGeneratedRsaKeyProviderFactory
class
AbstractGeneratedSecretKeyProviderFactory<T extends KeyProvider>
class
AbstractImportedRsaKeyProviderFactory
class
AbstractRsaKeyProviderFactory
class
GeneratedAesKeyProviderFactory
class
GeneratedEcdsaKeyProviderFactory
class
GeneratedHmacKeyProviderFactory
class
GeneratedRsaEncKeyProviderFactory
class
GeneratedRsaKeyProviderFactory
class
ImportedRsaEncKeyProviderFactory
class
ImportedRsaKeyProviderFactory
class
JavaKeystoreKeyProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.authorization
Classes in org.keycloak.models.map.authorization that implement ComponentFactory Modifier and Type Class Description class
MapAuthorizationStoreFactory
-
Uses of ComponentFactory in org.keycloak.models.map.authSession
Classes in org.keycloak.models.map.authSession that implement ComponentFactory Modifier and Type Class Description class
MapRootAuthenticationSessionProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.client
Classes in org.keycloak.models.map.client that implement ComponentFactory Modifier and Type Class Description class
MapClientProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.clientscope
Classes in org.keycloak.models.map.clientscope that implement ComponentFactory Modifier and Type Class Description class
MapClientScopeProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.common
Classes in org.keycloak.models.map.common that implement ComponentFactory Modifier and Type Class Description class
AbstractMapProviderFactory<T extends Provider,V extends AbstractEntity,M>
-
Uses of ComponentFactory in org.keycloak.models.map.events
Classes in org.keycloak.models.map.events that implement ComponentFactory Modifier and Type Class Description class
MapEventStoreProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.group
Classes in org.keycloak.models.map.group that implement ComponentFactory Modifier and Type Class Description class
MapGroupProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.keys
Classes in org.keycloak.models.map.keys that implement ComponentFactory Modifier and Type Class Description class
MapPublicKeyStorageProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.loginFailure
Classes in org.keycloak.models.map.loginFailure that implement ComponentFactory Modifier and Type Class Description class
MapUserLoginFailureProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.realm
Classes in org.keycloak.models.map.realm that implement ComponentFactory Modifier and Type Class Description class
MapRealmProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.role
Classes in org.keycloak.models.map.role that implement ComponentFactory Modifier and Type Class Description class
MapRoleProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.singleUseObject
Classes in org.keycloak.models.map.singleUseObject that implement ComponentFactory Modifier and Type Class Description class
MapSingleUseObjectProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.storage
Subinterfaces of ComponentFactory in org.keycloak.models.map.storage Modifier and Type Interface Description interface
MapStorageProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.storage.chm
Classes in org.keycloak.models.map.storage.chm that implement ComponentFactory Modifier and Type Class Description class
ConcurrentHashMapStorageProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.storage.file
Classes in org.keycloak.models.map.storage.file that implement ComponentFactory Modifier and Type Class Description class
FileMapStorageProviderFactory
AMapStorageProviderFactory
that creates file-basedMapStorageProvider
s. -
Uses of ComponentFactory in org.keycloak.models.map.storage.hotRod
Classes in org.keycloak.models.map.storage.hotRod that implement ComponentFactory Modifier and Type Class Description class
HotRodMapStorageProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.storage.jpa
Classes in org.keycloak.models.map.storage.jpa that implement ComponentFactory Modifier and Type Class Description class
JpaMapStorageProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.storage.ldap
Classes in org.keycloak.models.map.storage.ldap that implement ComponentFactory Modifier and Type Class Description class
LdapMapStorageProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement ComponentFactory Modifier and Type Class Description class
MapUserProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.map.userSession
Classes in org.keycloak.models.map.userSession that implement ComponentFactory Modifier and Type Class Description class
MapUserSessionProviderFactory
-
Uses of ComponentFactory in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return ComponentFactory Modifier and Type Method Description static ComponentFactory
ComponentUtil. getComponentFactory(KeycloakSession session, ComponentModel component)
static ComponentFactory
ComponentUtil. getComponentFactory(KeycloakSession session, ComponentRepresentation component)
-
Uses of ComponentFactory in org.keycloak.services.clientregistration.policy
Subinterfaces of ComponentFactory in org.keycloak.services.clientregistration.policy Modifier and Type Interface Description interface
ClientRegistrationPolicyFactory
Classes in org.keycloak.services.clientregistration.policy that implement ComponentFactory Modifier and Type Class Description class
AbstractClientRegistrationPolicyFactory
-
Uses of ComponentFactory in org.keycloak.services.clientregistration.policy.impl
Classes in org.keycloak.services.clientregistration.policy.impl that implement ComponentFactory Modifier and Type Class Description class
ClientDisabledClientRegistrationPolicyFactory
class
ClientScopesClientRegistrationPolicyFactory
class
ConsentRequiredClientRegistrationPolicyFactory
class
MaxClientsClientRegistrationPolicyFactory
class
ProtocolMappersClientRegistrationPolicyFactory
class
ScopeClientRegistrationPolicyFactory
class
TrustedHostClientRegistrationPolicyFactory
-
Uses of ComponentFactory in org.keycloak.storage
Subinterfaces of ComponentFactory in org.keycloak.storage Modifier and Type Interface Description interface
UserStorageProviderFactory<T extends UserStorageProvider>
Methods in org.keycloak.storage that return ComponentFactory Modifier and Type Method Description protected <T extends ProviderType>
ComponentFactory<T,ProviderType>AbstractStorageManager. getStorageProviderFactory(String providerId)
Returns a factory with the providerId, which produce instances of type CreatedProviderType -
Uses of ComponentFactory in org.keycloak.storage.client
Subinterfaces of ComponentFactory in org.keycloak.storage.client Modifier and Type Interface Description interface
ClientStorageProviderFactory<T extends ClientStorageProvider>
-
Uses of ComponentFactory in org.keycloak.storage.clientscope
Subinterfaces of ComponentFactory in org.keycloak.storage.clientscope Modifier and Type Interface Description interface
ClientScopeStorageProviderFactory<T extends ClientScopeStorageProvider>
-
Uses of ComponentFactory in org.keycloak.storage.group
Subinterfaces of ComponentFactory in org.keycloak.storage.group Modifier and Type Interface Description interface
GroupStorageProviderFactory<T extends GroupStorageProvider>
-
Uses of ComponentFactory in org.keycloak.storage.ldap
Classes in org.keycloak.storage.ldap that implement ComponentFactory Modifier and Type Class Description class
LDAPStorageProviderFactory
-
Uses of ComponentFactory in org.keycloak.storage.ldap.mappers
Subinterfaces of ComponentFactory in org.keycloak.storage.ldap.mappers Modifier and Type Interface Description interface
LDAPStorageMapperFactory<T extends LDAPStorageMapper>
Classes in org.keycloak.storage.ldap.mappers that implement ComponentFactory Modifier and Type Class Description class
AbstractLDAPStorageMapperFactory
class
CertificateLDAPStorageMapperFactory
class
FullNameLDAPStorageMapperFactory
class
HardcodedAttributeMapperFactory
class
HardcodedLDAPAttributeMapperFactory
class
HardcodedLDAPGroupStorageMapperFactory
class
HardcodedLDAPRoleStorageMapperFactory
class
UserAttributeLDAPStorageMapperFactory
-
Uses of ComponentFactory in org.keycloak.storage.ldap.mappers.membership.group
Classes in org.keycloak.storage.ldap.mappers.membership.group that implement ComponentFactory Modifier and Type Class Description class
GroupLDAPStorageMapperFactory
-
Uses of ComponentFactory in org.keycloak.storage.ldap.mappers.membership.role
Classes in org.keycloak.storage.ldap.mappers.membership.role that implement ComponentFactory Modifier and Type Class Description class
RoleLDAPStorageMapperFactory
-
Uses of ComponentFactory in org.keycloak.storage.ldap.mappers.msad
Classes in org.keycloak.storage.ldap.mappers.msad that implement ComponentFactory Modifier and Type Class Description class
MSADUserAccountControlStorageMapperFactory
-
Uses of ComponentFactory in org.keycloak.storage.ldap.mappers.msadlds
Classes in org.keycloak.storage.ldap.mappers.msadlds that implement ComponentFactory Modifier and Type Class Description class
MSADLDSUserAccountControlStorageMapperFactory
-
Uses of ComponentFactory in org.keycloak.storage.openshift
Classes in org.keycloak.storage.openshift that implement ComponentFactory Modifier and Type Class Description class
OpenshiftClientStorageProviderFactory
-
Uses of ComponentFactory in org.keycloak.storage.role
Subinterfaces of ComponentFactory in org.keycloak.storage.role Modifier and Type Interface Description interface
RoleStorageProviderFactory<T extends RoleStorageProvider>
-
Uses of ComponentFactory in org.keycloak.userprofile
Classes in org.keycloak.userprofile that implement ComponentFactory Modifier and Type Class Description class
DeclarativeUserProfileProvider
UserProfileProvider
loading configuration from the changeable JSON file stored in component config.
-