Uses of Interface
org.keycloak.component.ComponentFactory
- 
- 
Uses of ComponentFactory in org.keycloak.componentSubinterfaces of ComponentFactory in org.keycloak.component Modifier and Type Interface Description interfaceAmphibianProviderFactory<ProviderType extends Provider>Ancestor for a provider factory for both a standaloneProviderFactoryand aComponentFactory.interfaceSubComponentFactory<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.kerberosClasses in org.keycloak.federation.kerberos that implement ComponentFactory Modifier and Type Class Description classKerberosFederationProviderFactoryFactory for standalone Kerberos federation provider.
- 
Uses of ComponentFactory in org.keycloak.federation.sssdClasses in org.keycloak.federation.sssd that implement ComponentFactory Modifier and Type Class Description classSSSDFederationProviderFactory
- 
Uses of ComponentFactory in org.keycloak.keysSubinterfaces of ComponentFactory in org.keycloak.keys Modifier and Type Interface Description interfaceKeyProviderFactory<T extends KeyProvider>Classes in org.keycloak.keys that implement ComponentFactory Modifier and Type Class Description classAbstractEcdsaKeyProviderFactoryclassAbstractGeneratedRsaKeyProviderFactoryclassAbstractGeneratedSecretKeyProviderFactory<T extends KeyProvider>classAbstractImportedRsaKeyProviderFactoryclassAbstractRsaKeyProviderFactoryclassGeneratedAesKeyProviderFactoryclassGeneratedEcdsaKeyProviderFactoryclassGeneratedHmacKeyProviderFactoryclassGeneratedRsaEncKeyProviderFactoryclassGeneratedRsaKeyProviderFactoryclassImportedRsaEncKeyProviderFactoryclassImportedRsaKeyProviderFactoryclassJavaKeystoreKeyProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.authorizationClasses in org.keycloak.models.map.authorization that implement ComponentFactory Modifier and Type Class Description classMapAuthorizationStoreFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.authSessionClasses in org.keycloak.models.map.authSession that implement ComponentFactory Modifier and Type Class Description classMapRootAuthenticationSessionProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.clientClasses in org.keycloak.models.map.client that implement ComponentFactory Modifier and Type Class Description classMapClientProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.clientscopeClasses in org.keycloak.models.map.clientscope that implement ComponentFactory Modifier and Type Class Description classMapClientScopeProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.commonClasses in org.keycloak.models.map.common that implement ComponentFactory Modifier and Type Class Description classAbstractMapProviderFactory<T extends Provider,V extends AbstractEntity,M>
- 
Uses of ComponentFactory in org.keycloak.models.map.eventsClasses in org.keycloak.models.map.events that implement ComponentFactory Modifier and Type Class Description classMapEventStoreProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.groupClasses in org.keycloak.models.map.group that implement ComponentFactory Modifier and Type Class Description classMapGroupProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.keysClasses in org.keycloak.models.map.keys that implement ComponentFactory Modifier and Type Class Description classMapPublicKeyStorageProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.lockClasses in org.keycloak.models.map.lock that implement ComponentFactory Modifier and Type Class Description classMapGlobalLockProviderFactoryFactory to create a GlobalLockProvider backed by a Map store.
- 
Uses of ComponentFactory in org.keycloak.models.map.loginFailureClasses in org.keycloak.models.map.loginFailure that implement ComponentFactory Modifier and Type Class Description classMapUserLoginFailureProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.realmClasses in org.keycloak.models.map.realm that implement ComponentFactory Modifier and Type Class Description classMapRealmProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.roleClasses in org.keycloak.models.map.role that implement ComponentFactory Modifier and Type Class Description classMapRoleProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.singleUseObjectClasses in org.keycloak.models.map.singleUseObject that implement ComponentFactory Modifier and Type Class Description classMapSingleUseObjectProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.storageSubinterfaces of ComponentFactory in org.keycloak.models.map.storage Modifier and Type Interface Description interfaceMapStorageProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.storage.chmClasses in org.keycloak.models.map.storage.chm that implement ComponentFactory Modifier and Type Class Description classConcurrentHashMapStorageProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.storage.fileClasses in org.keycloak.models.map.storage.file that implement ComponentFactory Modifier and Type Class Description classFileMapStorageProviderFactoryAMapStorageProviderFactorythat creates file-basedMapStorageProviders.
- 
Uses of ComponentFactory in org.keycloak.models.map.storage.hotRodClasses in org.keycloak.models.map.storage.hotRod that implement ComponentFactory Modifier and Type Class Description classHotRodMapStorageProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.storage.jpaClasses in org.keycloak.models.map.storage.jpa that implement ComponentFactory Modifier and Type Class Description classJpaMapStorageProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.storage.ldapClasses in org.keycloak.models.map.storage.ldap that implement ComponentFactory Modifier and Type Class Description classLdapMapStorageProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.userClasses in org.keycloak.models.map.user that implement ComponentFactory Modifier and Type Class Description classMapUserProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.map.userSessionClasses in org.keycloak.models.map.userSession that implement ComponentFactory Modifier and Type Class Description classMapUserSessionProviderFactory
- 
Uses of ComponentFactory in org.keycloak.models.utilsMethods in org.keycloak.models.utils that return ComponentFactory Modifier and Type Method Description static ComponentFactoryComponentUtil. getComponentFactory(KeycloakSession session, ComponentModel component)static ComponentFactoryComponentUtil. getComponentFactory(KeycloakSession session, ComponentRepresentation component)
- 
Uses of ComponentFactory in org.keycloak.services.clientregistration.policySubinterfaces of ComponentFactory in org.keycloak.services.clientregistration.policy Modifier and Type Interface Description interfaceClientRegistrationPolicyFactoryClasses in org.keycloak.services.clientregistration.policy that implement ComponentFactory Modifier and Type Class Description classAbstractClientRegistrationPolicyFactory
- 
Uses of ComponentFactory in org.keycloak.services.clientregistration.policy.implClasses in org.keycloak.services.clientregistration.policy.impl that implement ComponentFactory Modifier and Type Class Description classClientDisabledClientRegistrationPolicyFactoryclassClientScopesClientRegistrationPolicyFactoryclassConsentRequiredClientRegistrationPolicyFactoryclassMaxClientsClientRegistrationPolicyFactoryclassProtocolMappersClientRegistrationPolicyFactoryclassScopeClientRegistrationPolicyFactoryclassTrustedHostClientRegistrationPolicyFactory
- 
Uses of ComponentFactory in org.keycloak.storageSubinterfaces of ComponentFactory in org.keycloak.storage Modifier and Type Interface Description interfaceUserStorageProviderFactory<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.clientSubinterfaces of ComponentFactory in org.keycloak.storage.client Modifier and Type Interface Description interfaceClientStorageProviderFactory<T extends ClientStorageProvider>
- 
Uses of ComponentFactory in org.keycloak.storage.clientscopeSubinterfaces of ComponentFactory in org.keycloak.storage.clientscope Modifier and Type Interface Description interfaceClientScopeStorageProviderFactory<T extends ClientScopeStorageProvider>
- 
Uses of ComponentFactory in org.keycloak.storage.groupSubinterfaces of ComponentFactory in org.keycloak.storage.group Modifier and Type Interface Description interfaceGroupStorageProviderFactory<T extends GroupStorageProvider>
- 
Uses of ComponentFactory in org.keycloak.storage.ldapClasses in org.keycloak.storage.ldap that implement ComponentFactory Modifier and Type Class Description classLDAPStorageProviderFactory
- 
Uses of ComponentFactory in org.keycloak.storage.ldap.mappersSubinterfaces of ComponentFactory in org.keycloak.storage.ldap.mappers Modifier and Type Interface Description interfaceLDAPStorageMapperFactory<T extends LDAPStorageMapper>Classes in org.keycloak.storage.ldap.mappers that implement ComponentFactory Modifier and Type Class Description classAbstractLDAPStorageMapperFactoryclassCertificateLDAPStorageMapperFactoryclassFullNameLDAPStorageMapperFactoryclassHardcodedAttributeMapperFactoryclassHardcodedLDAPAttributeMapperFactoryclassHardcodedLDAPGroupStorageMapperFactoryclassHardcodedLDAPRoleStorageMapperFactoryclassUserAttributeLDAPStorageMapperFactory
- 
Uses of ComponentFactory in org.keycloak.storage.ldap.mappers.membership.groupClasses in org.keycloak.storage.ldap.mappers.membership.group that implement ComponentFactory Modifier and Type Class Description classGroupLDAPStorageMapperFactory
- 
Uses of ComponentFactory in org.keycloak.storage.ldap.mappers.membership.roleClasses in org.keycloak.storage.ldap.mappers.membership.role that implement ComponentFactory Modifier and Type Class Description classRoleLDAPStorageMapperFactory
- 
Uses of ComponentFactory in org.keycloak.storage.ldap.mappers.msadClasses in org.keycloak.storage.ldap.mappers.msad that implement ComponentFactory Modifier and Type Class Description classMSADUserAccountControlStorageMapperFactory
- 
Uses of ComponentFactory in org.keycloak.storage.ldap.mappers.msadldsClasses in org.keycloak.storage.ldap.mappers.msadlds that implement ComponentFactory Modifier and Type Class Description classMSADLDSUserAccountControlStorageMapperFactory
- 
Uses of ComponentFactory in org.keycloak.storage.openshiftClasses in org.keycloak.storage.openshift that implement ComponentFactory Modifier and Type Class Description classOpenshiftClientStorageProviderFactory
- 
Uses of ComponentFactory in org.keycloak.storage.roleSubinterfaces of ComponentFactory in org.keycloak.storage.role Modifier and Type Interface Description interfaceRoleStorageProviderFactory<T extends RoleStorageProvider>
- 
Uses of ComponentFactory in org.keycloak.userprofileClasses in org.keycloak.userprofile that implement ComponentFactory Modifier and Type Class Description classDeclarativeUserProfileProviderUserProfileProviderloading configuration from the changeable JSON file stored in component config.
 
-