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 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.kerberos
Classes 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.sssd
Classes in org.keycloak.federation.sssd that implement ComponentFactory Modifier and Type Class Description classSSSDFederationProviderFactory -
Uses of ComponentFactory in org.keycloak.keys
Subinterfaces 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.authorization
Classes in org.keycloak.models.map.authorization that implement ComponentFactory Modifier and Type Class Description classMapAuthorizationStoreFactory -
Uses of ComponentFactory in org.keycloak.models.map.authSession
Classes in org.keycloak.models.map.authSession that implement ComponentFactory Modifier and Type Class Description classMapRootAuthenticationSessionProviderFactory -
Uses of ComponentFactory in org.keycloak.models.map.client
Classes in org.keycloak.models.map.client that implement ComponentFactory Modifier and Type Class Description classMapClientProviderFactory -
Uses of ComponentFactory in org.keycloak.models.map.clientscope
Classes in org.keycloak.models.map.clientscope that implement ComponentFactory Modifier and Type Class Description classMapClientScopeProviderFactory -
Uses of ComponentFactory in org.keycloak.models.map.common
Classes 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.events
Classes in org.keycloak.models.map.events that implement ComponentFactory Modifier and Type Class Description classMapEventStoreProviderFactory -
Uses of ComponentFactory in org.keycloak.models.map.group
Classes in org.keycloak.models.map.group that implement ComponentFactory Modifier and Type Class Description classMapGroupProviderFactory -
Uses of ComponentFactory in org.keycloak.models.map.keys
Classes in org.keycloak.models.map.keys that implement ComponentFactory Modifier and Type Class Description classMapPublicKeyStorageProviderFactory -
Uses of ComponentFactory in org.keycloak.models.map.loginFailure
Classes in org.keycloak.models.map.loginFailure that implement ComponentFactory Modifier and Type Class Description classMapUserLoginFailureProviderFactory -
Uses of ComponentFactory in org.keycloak.models.map.realm
Classes in org.keycloak.models.map.realm that implement ComponentFactory Modifier and Type Class Description classMapRealmProviderFactory -
Uses of ComponentFactory in org.keycloak.models.map.role
Classes in org.keycloak.models.map.role that implement ComponentFactory Modifier and Type Class Description classMapRoleProviderFactory -
Uses of ComponentFactory in org.keycloak.models.map.singleUseObject
Classes in org.keycloak.models.map.singleUseObject that implement ComponentFactory Modifier and Type Class Description classMapSingleUseObjectProviderFactory -
Uses of ComponentFactory in org.keycloak.models.map.storage
Subinterfaces of ComponentFactory in org.keycloak.models.map.storage Modifier and Type Interface Description interfaceMapStorageProviderFactory -
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 classConcurrentHashMapStorageProviderFactory -
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 classFileMapStorageProviderFactoryAMapStorageProviderFactorythat creates file-basedMapStorageProviders. -
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 classHotRodMapStorageProviderFactory -
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 classJpaMapStorageProviderFactory -
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 classLdapMapStorageProviderFactory -
Uses of ComponentFactory in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement ComponentFactory Modifier and Type Class Description classMapUserProviderFactory -
Uses of ComponentFactory in org.keycloak.models.map.userSession
Classes in org.keycloak.models.map.userSession that implement ComponentFactory Modifier and Type Class Description classMapUserSessionProviderFactory -
Uses of ComponentFactory in org.keycloak.models.utils
Methods 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.policy
Subinterfaces 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.impl
Classes in org.keycloak.services.clientregistration.policy.impl that implement ComponentFactory Modifier and Type Class Description classClientDisabledClientRegistrationPolicyFactoryclassClientScopesClientRegistrationPolicyFactoryclassConsentRequiredClientRegistrationPolicyFactoryclassMaxClientsClientRegistrationPolicyFactoryclassProtocolMappersClientRegistrationPolicyFactoryclassScopeClientRegistrationPolicyFactoryclassTrustedHostClientRegistrationPolicyFactory -
Uses of ComponentFactory in org.keycloak.storage
Subinterfaces 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.client
Subinterfaces of ComponentFactory in org.keycloak.storage.client Modifier and Type Interface Description interfaceClientStorageProviderFactory<T extends ClientStorageProvider> -
Uses of ComponentFactory in org.keycloak.storage.clientscope
Subinterfaces of ComponentFactory in org.keycloak.storage.clientscope Modifier and Type Interface Description interfaceClientScopeStorageProviderFactory<T extends ClientScopeStorageProvider> -
Uses of ComponentFactory in org.keycloak.storage.group
Subinterfaces of ComponentFactory in org.keycloak.storage.group Modifier and Type Interface Description interfaceGroupStorageProviderFactory<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 classLDAPStorageProviderFactory -
Uses of ComponentFactory in org.keycloak.storage.ldap.mappers
Subinterfaces 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.group
Classes 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.role
Classes 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.msad
Classes 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.msadlds
Classes in org.keycloak.storage.ldap.mappers.msadlds that implement ComponentFactory Modifier and Type Class Description classMSADLDSUserAccountControlStorageMapperFactory -
Uses of ComponentFactory in org.keycloak.storage.openshift
Classes in org.keycloak.storage.openshift that implement ComponentFactory Modifier and Type Class Description classOpenshiftClientStorageProviderFactory -
Uses of ComponentFactory in org.keycloak.storage.role
Subinterfaces of ComponentFactory in org.keycloak.storage.role Modifier and Type Interface Description interfaceRoleStorageProviderFactory<T extends RoleStorageProvider> -
Uses of ComponentFactory in org.keycloak.userprofile
Classes in org.keycloak.userprofile that implement ComponentFactory Modifier and Type Class Description classDeclarativeUserProfileProviderUserProfileProviderloading configuration from the changeable JSON file stored in component config.
-