Uses of Interface
org.keycloak.provider.ConfiguredProvider
- 
- 
Uses of ConfiguredProvider in org.keycloak.authenticationSubinterfaces of ConfiguredProvider in org.keycloak.authentication Modifier and Type Interface Description interfaceAuthenticationFlowCallbackFactoryFactory to createAuthenticationFlowCallbackinstances.interfaceAuthenticatorFactoryFactory for creating Authenticator instances.interfaceClientAuthenticatorFactoryFactory for creating ClientAuthenticator instances.interfaceConfigurableAuthenticatorFactoryinterfaceFormActionFactoryFactory for instantiating FormAction objects.interfaceFormAuthenticatorFactoryFactory for instantiating FormAuthenticators.
- 
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.accessClasses in org.keycloak.authentication.authenticators.access that implement ConfiguredProvider Modifier and Type Class Description classAllowAccessAuthenticatorFactoryclassDenyAccessAuthenticatorFactory
- 
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.brokerClasses in org.keycloak.authentication.authenticators.broker that implement ConfiguredProvider Modifier and Type Class Description classIdpAutoLinkAuthenticatorFactoryclassIdpConfirmLinkAuthenticatorFactoryclassIdpCreateUserIfUniqueAuthenticatorFactoryclassIdpDetectExistingBrokerUserAuthenticatorFactoryclassIdpEmailVerificationAuthenticatorFactoryclassIdpReviewProfileAuthenticatorFactoryclassIdpUsernamePasswordFormFactory
- 
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.browserClasses in org.keycloak.authentication.authenticators.browser that implement ConfiguredProvider Modifier and Type Class Description classConditionalOtpFormAuthenticatorFactoryclassCookieAuthenticatorFactoryclassDeployedScriptAuthenticatorFactoryclassIdentityProviderAuthenticatorFactoryclassOTPFormAuthenticatorFactoryclassPasswordFormFactoryclassRecoveryAuthnCodesFormAuthenticatorFactoryclassScriptBasedAuthenticatorFactoryclassSpnegoAuthenticatorFactoryclassUsernameFormFactoryclassUsernamePasswordFormFactoryclassWebAuthnAuthenticatorFactoryclassWebAuthnPasswordlessAuthenticatorFactory
- 
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.challengeClasses in org.keycloak.authentication.authenticators.challenge that implement ConfiguredProvider Modifier and Type Class Description classBasicAuthAuthenticatorFactoryclassBasicAuthOTPAuthenticatorFactoryclassNoCookieFlowRedirectAuthenticatorFactory
- 
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.clientClasses in org.keycloak.authentication.authenticators.client that implement ConfiguredProvider Modifier and Type Class Description classAbstractClientAuthenticatorclassClientIdAndSecretAuthenticatorValidates client based on "client_id" and "client_secret" sent either in request parameters or in "Authorization: Basic" header .classJWTClientAuthenticatorClient authentication based on JWT signed by client private key .classJWTClientSecretAuthenticatorClient authentication based on JWT signed by client secret instead of private key .classX509ClientAuthenticator
- 
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.conditionalSubinterfaces of ConfiguredProvider in org.keycloak.authentication.authenticators.conditional Modifier and Type Interface Description interfaceConditionalAuthenticatorFactoryClasses in org.keycloak.authentication.authenticators.conditional that implement ConfiguredProvider Modifier and Type Class Description classConditionalLoaAuthenticatorFactoryclassConditionalRoleAuthenticatorFactoryclassConditionalUserAttributeValueFactoryclassConditionalUserConfiguredAuthenticatorFactory
- 
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.directgrantClasses in org.keycloak.authentication.authenticators.directgrant that implement ConfiguredProvider Modifier and Type Class Description classAbstractDirectGrantAuthenticatorclassValidateOTPclassValidatePasswordclassValidateUsername
- 
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.resetcredClasses in org.keycloak.authentication.authenticators.resetcred that implement ConfiguredProvider Modifier and Type Class Description classAbstractSetRequiredActionAuthenticatorclassResetCredentialChooseUserclassResetCredentialEmailclassResetOTPclassResetPassword
- 
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.sessionlimitsClasses in org.keycloak.authentication.authenticators.sessionlimits that implement ConfiguredProvider Modifier and Type Class Description classUserSessionLimitsAuthenticatorFactory
- 
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.x509Classes in org.keycloak.authentication.authenticators.x509 that implement ConfiguredProvider Modifier and Type Class Description classAbstractX509ClientCertificateAuthenticatorFactoryclassValidateX509CertificateUsernameFactoryclassX509ClientCertificateAuthenticatorFactory
- 
Uses of ConfiguredProvider in org.keycloak.authentication.formsClasses in org.keycloak.authentication.forms that implement ConfiguredProvider Modifier and Type Class Description classRegistrationPageclassRegistrationPasswordclassRegistrationProfileclassRegistrationRecaptchaclassRegistrationUserCreation
- 
Uses of ConfiguredProvider in org.keycloak.broker.oidc.mappersClasses in org.keycloak.broker.oidc.mappers that implement ConfiguredProvider Modifier and Type Class Description classAbstractClaimMapperclassAbstractClaimToGroupMapperclassAbstractClaimToRoleMapperAbstract class that handles the logic for importing and updating brokered users for all mappers that map an OIDC claim into aKeycloakrole.classAbstractJsonUserAttributeMapperAbstract class for Social Provider mappers which allow mapping of JSON user profile field into Keycloak user attribute.classAdvancedClaimToGroupMapperclassAdvancedClaimToRoleMapperclassClaimToRoleMapperclassExternalKeycloakRoleToRoleMapperclassUserAttributeMapperclassUsernameTemplateMapper
- 
Uses of ConfiguredProvider in org.keycloak.broker.providerSubinterfaces of ConfiguredProvider in org.keycloak.broker.provider Modifier and Type Interface Description interfaceIdentityProviderMapperClasses in org.keycloak.broker.provider that implement ConfiguredProvider Modifier and Type Class Description classAbstractIdentityProviderMapperclassHardcodedAttributeMapperclassHardcodedRoleMapperclassHardcodedUserSessionAttributeMapper
- 
Uses of ConfiguredProvider in org.keycloak.broker.saml.mappersClasses in org.keycloak.broker.saml.mappers that implement ConfiguredProvider Modifier and Type Class Description classAbstractAttributeToGroupMapperAbstract class that handles the logic for importing and updating brokered users for all mappers that map a SAML attribute into aKeycloakgroup.classAbstractAttributeToRoleMapperAbstract class that handles the logic for importing and updating brokered users for all mappers that map a SAML attribute into aKeycloakrole.classAdvancedAttributeToGroupMapperclassAdvancedAttributeToRoleMapperclassAttributeToRoleMapperclassUserAttributeMapperclassUsernameTemplateMapperclassXPathAttributeMapper
- 
Uses of ConfiguredProvider in org.keycloak.componentSubinterfaces of ConfiguredProvider in org.keycloak.component Modifier and Type Interface Description interfaceAmphibianProviderFactory<ProviderType extends Provider>Ancestor for a provider factory for both a standaloneProviderFactoryand aComponentFactory.interfaceComponentFactory<CreatedType,ProviderType extends Provider>interfaceConfiguredComponentinterfaceSubComponentFactory<CreatedType,ProviderType extends Provider>Useful when you want to describe config properties that are effected by the parent ComponentModel
- 
Uses of ConfiguredProvider in org.keycloak.federation.kerberosClasses in org.keycloak.federation.kerberos that implement ConfiguredProvider Modifier and Type Class Description classKerberosFederationProviderFactoryFactory for standalone Kerberos federation provider.
- 
Uses of ConfiguredProvider in org.keycloak.federation.sssdClasses in org.keycloak.federation.sssd that implement ConfiguredProvider Modifier and Type Class Description classSSSDFederationProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.keysSubinterfaces of ConfiguredProvider in org.keycloak.keys Modifier and Type Interface Description interfaceKeyProviderFactory<T extends KeyProvider>Classes in org.keycloak.keys that implement ConfiguredProvider Modifier and Type Class Description classAbstractEcdsaKeyProviderFactoryclassAbstractGeneratedRsaKeyProviderFactoryclassAbstractGeneratedSecretKeyProviderFactory<T extends KeyProvider>classAbstractImportedRsaKeyProviderFactoryclassAbstractRsaKeyProviderFactoryclassGeneratedAesKeyProviderFactoryclassGeneratedEcdsaKeyProviderFactoryclassGeneratedHmacKeyProviderFactoryclassGeneratedRsaEncKeyProviderFactoryclassGeneratedRsaKeyProviderFactoryclassImportedRsaEncKeyProviderFactoryclassImportedRsaKeyProviderFactoryclassJavaKeystoreKeyProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.authorizationClasses in org.keycloak.models.map.authorization that implement ConfiguredProvider Modifier and Type Class Description classMapAuthorizationStoreFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.authSessionClasses in org.keycloak.models.map.authSession that implement ConfiguredProvider Modifier and Type Class Description classMapRootAuthenticationSessionProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.clientClasses in org.keycloak.models.map.client that implement ConfiguredProvider Modifier and Type Class Description classMapClientProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.clientscopeClasses in org.keycloak.models.map.clientscope that implement ConfiguredProvider Modifier and Type Class Description classMapClientScopeProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.commonClasses in org.keycloak.models.map.common that implement ConfiguredProvider Modifier and Type Class Description classAbstractMapProviderFactory<T extends Provider,V extends AbstractEntity,M>
- 
Uses of ConfiguredProvider in org.keycloak.models.map.eventsClasses in org.keycloak.models.map.events that implement ConfiguredProvider Modifier and Type Class Description classMapEventStoreProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.groupClasses in org.keycloak.models.map.group that implement ConfiguredProvider Modifier and Type Class Description classMapGroupProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.keysClasses in org.keycloak.models.map.keys that implement ConfiguredProvider Modifier and Type Class Description classMapPublicKeyStorageProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.lockClasses in org.keycloak.models.map.lock that implement ConfiguredProvider Modifier and Type Class Description classMapGlobalLockProviderFactoryFactory to create a GlobalLockProvider backed by a Map store.
- 
Uses of ConfiguredProvider in org.keycloak.models.map.loginFailureClasses in org.keycloak.models.map.loginFailure that implement ConfiguredProvider Modifier and Type Class Description classMapUserLoginFailureProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.realmClasses in org.keycloak.models.map.realm that implement ConfiguredProvider Modifier and Type Class Description classMapRealmProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.roleClasses in org.keycloak.models.map.role that implement ConfiguredProvider Modifier and Type Class Description classMapRoleProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.singleUseObjectClasses in org.keycloak.models.map.singleUseObject that implement ConfiguredProvider Modifier and Type Class Description classMapSingleUseObjectProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.storageSubinterfaces of ConfiguredProvider in org.keycloak.models.map.storage Modifier and Type Interface Description interfaceMapStorageProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.storage.chmClasses in org.keycloak.models.map.storage.chm that implement ConfiguredProvider Modifier and Type Class Description classConcurrentHashMapStorageProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.storage.fileClasses in org.keycloak.models.map.storage.file that implement ConfiguredProvider Modifier and Type Class Description classFileMapStorageProviderFactoryAMapStorageProviderFactorythat creates file-basedMapStorageProviders.
- 
Uses of ConfiguredProvider in org.keycloak.models.map.storage.hotRodClasses in org.keycloak.models.map.storage.hotRod that implement ConfiguredProvider Modifier and Type Class Description classHotRodMapStorageProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.storage.jpaClasses in org.keycloak.models.map.storage.jpa that implement ConfiguredProvider Modifier and Type Class Description classJpaMapStorageProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.storage.ldapClasses in org.keycloak.models.map.storage.ldap that implement ConfiguredProvider Modifier and Type Class Description classLdapMapStorageProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.userClasses in org.keycloak.models.map.user that implement ConfiguredProvider Modifier and Type Class Description classMapUserProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.models.map.userSessionClasses in org.keycloak.models.map.userSession that implement ConfiguredProvider Modifier and Type Class Description classMapUserSessionProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.protocolSubinterfaces of ConfiguredProvider in org.keycloak.protocol Modifier and Type Interface Description interfaceProtocolMapper
- 
Uses of ConfiguredProvider in org.keycloak.protocol.dockerClasses in org.keycloak.protocol.docker that implement ConfiguredProvider Modifier and Type Class Description classDockerAuthenticatorFactory
- 
Uses of ConfiguredProvider in org.keycloak.protocol.docker.mapperClasses in org.keycloak.protocol.docker.mapper that implement ConfiguredProvider Modifier and Type Class Description classAllowAllDockerProtocolMapperPopulates token with requested scope.classDockerAuthV2ProtocolMapper
- 
Uses of ConfiguredProvider in org.keycloak.protocol.oidc.grants.ciba.clientpolicy.executorClasses in org.keycloak.protocol.oidc.grants.ciba.clientpolicy.executor that implement ConfiguredProvider Modifier and Type Class Description classSecureCibaAuthenticationRequestSigningAlgorithmExecutorFactoryclassSecureCibaSessionEnforceExecutorFactoryclassSecureCibaSignedAuthenticationRequestExecutorFactory
- 
Uses of ConfiguredProvider in org.keycloak.protocol.oidc.mappersClasses in org.keycloak.protocol.oidc.mappers that implement ConfiguredProvider Modifier and Type Class Description classAbstractOIDCProtocolMapperclassAbstractPairwiseSubMapperSet the 'sub' claim to pairwise .classAcrProtocolMapperclassAddressMapperclassAllowedWebOriginsProtocolMapperProtocol mapper to add allowed web origins to the access token to the 'allowed-origins' claimclassAudienceProtocolMapperclassAudienceResolveProtocolMapperProtocol mapper, which adds all client_ids of "allowed" clients to the audience field of the token.classClaimsParameterTokenMapperclassClaimsParameterWithValueIdTokenMapperclassDeployedScriptOIDCProtocolMapperclassFullNameMapperSet the 'name' claim to be first + last name.classGroupMembershipMapperMaps user group membershipclassHardcodedClaimclassHardcodedRoleAdd a role to a tokenclassRoleNameMapperMap an assigned role to a different position and name in the tokenclassScriptBasedOIDCProtocolMapperOIDCProtocolMapperthat uses a provided JavaScript fragment to compute the token claim value.classSHA256PairwiseSubMapperclassUserAttributeMapperMappings UserModel.attribute to an ID Token claim.classUserClientRoleMappingMapperAllows mapping of user client role mappings to an ID and Access Token claim.classUserPropertyMapperMappings UserModel property (the property name of a getter method) to an ID Token claim.classUserRealmRoleMappingMapperAllows mapping of user realm role mappings to an ID and Access Token claim.classUserSessionNoteMapperMappings UserSessionModel.note to an ID Token claim.
- 
Uses of ConfiguredProvider in org.keycloak.protocol.saml.mappersClasses in org.keycloak.protocol.saml.mappers that implement ConfiguredProvider Modifier and Type Class Description classAbstractSAMLProtocolMapperclassDeployedScriptSAMLProtocolMapperclassGroupMembershipMapperclassHardcodedAttributeMapperMappings UserModel property (the property name of a getter method) to an AttributeStatement.classHardcodedRoleMappings UserModel property (the property name of a getter method) to an AttributeStatement.classRoleListMapperclassRoleNameMapperMap an assigned role to a different position and name in the tokenclassSAMLAudienceProtocolMapperSAML mapper to add a audience restriction into the assertion, to another client (clientId) or to a custom URI.classSAMLAudienceResolveProtocolMapperSAML audience resolve mapper.classScriptBasedMapperThis class provides a mapper that uses javascript to attach a value to an attribute for SAML tokens.classUserAttributeNameIdMapperclassUserAttributeStatementMapperMappings UserModel attribute (not property name of a getter method) to an AttributeStatement.classUserPropertyAttributeStatementMapperMappings UserModel property (the property name of a getter method) to an AttributeStatement.classUserSessionNoteStatementMapperMaps a user session note to a SAML attribute
- 
Uses of ConfiguredProvider in org.keycloak.protocol.saml.profile.ecp.authenticatorClasses in org.keycloak.protocol.saml.profile.ecp.authenticator that implement ConfiguredProvider Modifier and Type Class Description classHttpBasicAuthenticatorFactory
- 
Uses of ConfiguredProvider in org.keycloak.services.clientpolicy.conditionSubinterfaces of ConfiguredProvider in org.keycloak.services.clientpolicy.condition Modifier and Type Interface Description interfaceClientPolicyConditionProviderFactoryClasses in org.keycloak.services.clientpolicy.condition that implement ConfiguredProvider Modifier and Type Class Description classAbstractClientPolicyConditionProviderFactoryclassAnyClientConditionFactoryclassClientAccessTypeConditionFactoryclassClientRolesConditionFactoryclassClientScopesConditionFactoryclassClientUpdaterContextConditionFactoryclassClientUpdaterSourceGroupsConditionFactoryclassClientUpdaterSourceHostsConditionFactoryclassClientUpdaterSourceRolesConditionFactory
- 
Uses of ConfiguredProvider in org.keycloak.services.clientpolicy.executorSubinterfaces of ConfiguredProvider in org.keycloak.services.clientpolicy.executor Modifier and Type Interface Description interfaceClientPolicyExecutorProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.services.clientregistration.policySubinterfaces of ConfiguredProvider in org.keycloak.services.clientregistration.policy Modifier and Type Interface Description interfaceClientRegistrationPolicyFactoryClasses in org.keycloak.services.clientregistration.policy that implement ConfiguredProvider Modifier and Type Class Description classAbstractClientRegistrationPolicyFactory
- 
Uses of ConfiguredProvider in org.keycloak.services.clientregistration.policy.implClasses in org.keycloak.services.clientregistration.policy.impl that implement ConfiguredProvider Modifier and Type Class Description classClientDisabledClientRegistrationPolicyFactoryclassClientScopesClientRegistrationPolicyFactoryclassConsentRequiredClientRegistrationPolicyFactoryclassMaxClientsClientRegistrationPolicyFactoryclassProtocolMappersClientRegistrationPolicyFactoryclassScopeClientRegistrationPolicyFactoryclassTrustedHostClientRegistrationPolicyFactory
- 
Uses of ConfiguredProvider in org.keycloak.social.facebookClasses in org.keycloak.social.facebook that implement ConfiguredProvider Modifier and Type Class Description classFacebookUserAttributeMapperUser attribute mapper.
- 
Uses of ConfiguredProvider in org.keycloak.social.githubClasses in org.keycloak.social.github that implement ConfiguredProvider Modifier and Type Class Description classGitHubUserAttributeMapperUser attribute mapper.
- 
Uses of ConfiguredProvider in org.keycloak.social.googleClasses in org.keycloak.social.google that implement ConfiguredProvider Modifier and Type Class Description classGoogleUserAttributeMapperUser attribute mapper.
- 
Uses of ConfiguredProvider in org.keycloak.social.instagramClasses in org.keycloak.social.instagram that implement ConfiguredProvider Modifier and Type Class Description classInstagramUserAttributeMapperUser attribute mapper.
- 
Uses of ConfiguredProvider in org.keycloak.social.linkedinClasses in org.keycloak.social.linkedin that implement ConfiguredProvider Modifier and Type Class Description classLinkedInUserAttributeMapperUser attribute mapper.
- 
Uses of ConfiguredProvider in org.keycloak.social.microsoftClasses in org.keycloak.social.microsoft that implement ConfiguredProvider Modifier and Type Class Description classMicrosoftUserAttributeMapperUser attribute mapper.
- 
Uses of ConfiguredProvider in org.keycloak.social.openshiftClasses in org.keycloak.social.openshift that implement ConfiguredProvider Modifier and Type Class Description classOpenshiftV4AttributeMapper
- 
Uses of ConfiguredProvider in org.keycloak.social.paypalClasses in org.keycloak.social.paypal that implement ConfiguredProvider Modifier and Type Class Description classPayPalUserAttributeMapperUser attribute mapper.
- 
Uses of ConfiguredProvider in org.keycloak.social.stackoverflowClasses in org.keycloak.social.stackoverflow that implement ConfiguredProvider Modifier and Type Class Description classStackoverflowUserAttributeMapperUser attribute mapper.
- 
Uses of ConfiguredProvider in org.keycloak.storageSubinterfaces of ConfiguredProvider in org.keycloak.storage Modifier and Type Interface Description interfaceUserStorageProviderFactory<T extends UserStorageProvider>
- 
Uses of ConfiguredProvider in org.keycloak.storage.clientSubinterfaces of ConfiguredProvider in org.keycloak.storage.client Modifier and Type Interface Description interfaceClientStorageProviderFactory<T extends ClientStorageProvider>
- 
Uses of ConfiguredProvider in org.keycloak.storage.clientscopeSubinterfaces of ConfiguredProvider in org.keycloak.storage.clientscope Modifier and Type Interface Description interfaceClientScopeStorageProviderFactory<T extends ClientScopeStorageProvider>
- 
Uses of ConfiguredProvider in org.keycloak.storage.groupSubinterfaces of ConfiguredProvider in org.keycloak.storage.group Modifier and Type Interface Description interfaceGroupStorageProviderFactory<T extends GroupStorageProvider>
- 
Uses of ConfiguredProvider in org.keycloak.storage.ldapClasses in org.keycloak.storage.ldap that implement ConfiguredProvider Modifier and Type Class Description classLDAPStorageProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.storage.ldap.mappersSubinterfaces of ConfiguredProvider in org.keycloak.storage.ldap.mappers Modifier and Type Interface Description interfaceLDAPStorageMapperFactory<T extends LDAPStorageMapper>Classes in org.keycloak.storage.ldap.mappers that implement ConfiguredProvider Modifier and Type Class Description classAbstractLDAPStorageMapperFactoryclassCertificateLDAPStorageMapperFactoryclassFullNameLDAPStorageMapperFactoryclassHardcodedAttributeMapperFactoryclassHardcodedLDAPAttributeMapperFactoryclassHardcodedLDAPGroupStorageMapperFactoryclassHardcodedLDAPRoleStorageMapperFactoryclassUserAttributeLDAPStorageMapperFactory
- 
Uses of ConfiguredProvider in org.keycloak.storage.ldap.mappers.membership.groupClasses in org.keycloak.storage.ldap.mappers.membership.group that implement ConfiguredProvider Modifier and Type Class Description classGroupLDAPStorageMapperFactory
- 
Uses of ConfiguredProvider in org.keycloak.storage.ldap.mappers.membership.roleClasses in org.keycloak.storage.ldap.mappers.membership.role that implement ConfiguredProvider Modifier and Type Class Description classRoleLDAPStorageMapperFactory
- 
Uses of ConfiguredProvider in org.keycloak.storage.ldap.mappers.msadClasses in org.keycloak.storage.ldap.mappers.msad that implement ConfiguredProvider Modifier and Type Class Description classMSADUserAccountControlStorageMapperFactory
- 
Uses of ConfiguredProvider in org.keycloak.storage.ldap.mappers.msadldsClasses in org.keycloak.storage.ldap.mappers.msadlds that implement ConfiguredProvider Modifier and Type Class Description classMSADLDSUserAccountControlStorageMapperFactory
- 
Uses of ConfiguredProvider in org.keycloak.storage.openshiftClasses in org.keycloak.storage.openshift that implement ConfiguredProvider Modifier and Type Class Description classOpenshiftClientStorageProviderFactory
- 
Uses of ConfiguredProvider in org.keycloak.storage.roleSubinterfaces of ConfiguredProvider in org.keycloak.storage.role Modifier and Type Interface Description interfaceRoleStorageProviderFactory<T extends RoleStorageProvider>
- 
Uses of ConfiguredProvider in org.keycloak.userprofileClasses in org.keycloak.userprofile that implement ConfiguredProvider Modifier and Type Class Description classDeclarativeUserProfileProviderUserProfileProviderloading configuration from the changeable JSON file stored in component config.
- 
Uses of ConfiguredProvider in org.keycloak.userprofile.validatorClasses in org.keycloak.userprofile.validator that implement ConfiguredProvider Modifier and Type Class Description classPersonNameProhibitedCharactersValidatorThis validator disallowing bunch of characters we really not to expect in names of persons (fist, middle, last names).classUsernameProhibitedCharactersValidatorThis validator disallowing bunch of characters we really not to expect in username.
- 
Uses of ConfiguredProvider in org.keycloak.validate.validatorsClasses in org.keycloak.validate.validators that implement ConfiguredProvider Modifier and Type Class Description classAbstractNumberValidatorAbstract class for number validator.classDoubleValidatorValidate input being any kind ofNumber.classEmailValidatorEmail format validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator.classIntegerValidatorclassLengthValidatorString value length validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator.classLocalDateValidatorA date validator that only takes into account the format associated with the current locale.classOptionsValidatorValidation against list of allowed values - accepts plain string and collection of strings (every value is validated against allowed values), for basic behavior like null/blank values handling and collections support seeAbstractStringValidator.classPatternValidatorValidate String against configured RegEx pattern - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator.classUriValidator
 
-