Uses of Interface
org.keycloak.provider.ConfiguredProvider
-
-
Uses of ConfiguredProvider in org.keycloak.authentication
Subinterfaces 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.access
Classes in org.keycloak.authentication.authenticators.access that implement ConfiguredProvider Modifier and Type Class Description classAllowAccessAuthenticatorFactoryclassDenyAccessAuthenticatorFactory -
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.broker
Classes in org.keycloak.authentication.authenticators.broker that implement ConfiguredProvider Modifier and Type Class Description classIdpAutoLinkAuthenticatorFactoryclassIdpConfirmLinkAuthenticatorFactoryclassIdpCreateUserIfUniqueAuthenticatorFactoryclassIdpDetectExistingBrokerUserAuthenticatorFactoryclassIdpEmailVerificationAuthenticatorFactoryclassIdpReviewProfileAuthenticatorFactoryclassIdpUsernamePasswordFormFactory -
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.browser
Classes in org.keycloak.authentication.authenticators.browser that implement ConfiguredProvider Modifier and Type Class Description classConditionalOtpFormAuthenticatorFactoryclassCookieAuthenticatorFactoryclassDeployedScriptAuthenticatorFactoryclassIdentityProviderAuthenticatorFactoryclassOTPFormAuthenticatorFactoryclassPasswordFormFactoryclassRecoveryAuthnCodesFormAuthenticatorFactoryclassScriptBasedAuthenticatorFactoryclassSpnegoAuthenticatorFactoryclassSpnegoDisabledAuthenticatorFactoryFactory used only when KERBEROS feature is disabled.classUsernameFormFactoryclassUsernamePasswordFormFactoryclassWebAuthnAuthenticatorFactoryclassWebAuthnPasswordlessAuthenticatorFactory -
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.challenge
Classes in org.keycloak.authentication.authenticators.challenge that implement ConfiguredProvider Modifier and Type Class Description classBasicAuthAuthenticatorFactoryclassBasicAuthOTPAuthenticatorFactoryclassNoCookieFlowRedirectAuthenticatorFactory -
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.client
Classes 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.conditional
Subinterfaces 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.directgrant
Classes in org.keycloak.authentication.authenticators.directgrant that implement ConfiguredProvider Modifier and Type Class Description classAbstractDirectGrantAuthenticatorclassValidateOTPclassValidatePasswordclassValidateUsername -
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.resetcred
Classes in org.keycloak.authentication.authenticators.resetcred that implement ConfiguredProvider Modifier and Type Class Description classAbstractSetRequiredActionAuthenticatorclassResetCredentialChooseUserclassResetCredentialEmailclassResetOTPclassResetPassword -
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.sessionlimits
Classes in org.keycloak.authentication.authenticators.sessionlimits that implement ConfiguredProvider Modifier and Type Class Description classUserSessionLimitsAuthenticatorFactory -
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.x509
Classes in org.keycloak.authentication.authenticators.x509 that implement ConfiguredProvider Modifier and Type Class Description classAbstractX509ClientCertificateAuthenticatorFactoryclassValidateX509CertificateUsernameFactoryclassX509ClientCertificateAuthenticatorFactory -
Uses of ConfiguredProvider in org.keycloak.authentication.forms
Classes in org.keycloak.authentication.forms that implement ConfiguredProvider Modifier and Type Class Description classRegistrationPageclassRegistrationPasswordclassRegistrationProfileclassRegistrationRecaptchaclassRegistrationUserCreation -
Uses of ConfiguredProvider in org.keycloak.broker.oidc.mappers
Classes 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.provider
Subinterfaces 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.mappers
Classes 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.component
Subinterfaces 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.kerberos
Classes 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.sssd
Classes in org.keycloak.federation.sssd that implement ConfiguredProvider Modifier and Type Class Description classSSSDFederationProviderFactory -
Uses of ConfiguredProvider in org.keycloak.keys
Subinterfaces 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.authorization
Classes in org.keycloak.models.map.authorization that implement ConfiguredProvider Modifier and Type Class Description classMapAuthorizationStoreFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.authSession
Classes in org.keycloak.models.map.authSession that implement ConfiguredProvider Modifier and Type Class Description classMapRootAuthenticationSessionProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.client
Classes in org.keycloak.models.map.client that implement ConfiguredProvider Modifier and Type Class Description classMapClientProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.clientscope
Classes in org.keycloak.models.map.clientscope that implement ConfiguredProvider Modifier and Type Class Description classMapClientScopeProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.common
Classes 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.events
Classes in org.keycloak.models.map.events that implement ConfiguredProvider Modifier and Type Class Description classMapEventStoreProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.group
Classes in org.keycloak.models.map.group that implement ConfiguredProvider Modifier and Type Class Description classMapGroupProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.keys
Classes in org.keycloak.models.map.keys that implement ConfiguredProvider Modifier and Type Class Description classMapPublicKeyStorageProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.loginFailure
Classes in org.keycloak.models.map.loginFailure that implement ConfiguredProvider Modifier and Type Class Description classMapUserLoginFailureProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.realm
Classes in org.keycloak.models.map.realm that implement ConfiguredProvider Modifier and Type Class Description classMapRealmProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.role
Classes in org.keycloak.models.map.role that implement ConfiguredProvider Modifier and Type Class Description classMapRoleProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.singleUseObject
Classes in org.keycloak.models.map.singleUseObject that implement ConfiguredProvider Modifier and Type Class Description classMapSingleUseObjectProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.storage
Subinterfaces of ConfiguredProvider in org.keycloak.models.map.storage Modifier and Type Interface Description interfaceMapStorageProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.storage.chm
Classes 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.file
Classes 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.hotRod
Classes 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.jpa
Classes 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.ldap
Classes in org.keycloak.models.map.storage.ldap that implement ConfiguredProvider Modifier and Type Class Description classLdapMapStorageProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement ConfiguredProvider Modifier and Type Class Description classMapUserProviderFactory -
Uses of ConfiguredProvider in org.keycloak.models.map.userSession
Classes in org.keycloak.models.map.userSession that implement ConfiguredProvider Modifier and Type Class Description classMapUserSessionProviderFactory -
Uses of ConfiguredProvider in org.keycloak.protocol
Subinterfaces of ConfiguredProvider in org.keycloak.protocol Modifier and Type Interface Description interfaceProtocolMapper -
Uses of ConfiguredProvider in org.keycloak.protocol.docker
Classes in org.keycloak.protocol.docker that implement ConfiguredProvider Modifier and Type Class Description classDockerAuthenticatorFactory -
Uses of ConfiguredProvider in org.keycloak.protocol.docker.mapper
Classes 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.executor
Classes 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.mappers
Classes 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.mappers
Classes 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.authenticator
Classes 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.condition
Subinterfaces 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.executor
Subinterfaces of ConfiguredProvider in org.keycloak.services.clientpolicy.executor Modifier and Type Interface Description interfaceClientPolicyExecutorProviderFactory -
Uses of ConfiguredProvider in org.keycloak.services.clientregistration.policy
Subinterfaces 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.impl
Classes in org.keycloak.services.clientregistration.policy.impl that implement ConfiguredProvider Modifier and Type Class Description classClientDisabledClientRegistrationPolicyFactoryclassClientScopesClientRegistrationPolicyFactoryclassConsentRequiredClientRegistrationPolicyFactoryclassMaxClientsClientRegistrationPolicyFactoryclassProtocolMappersClientRegistrationPolicyFactoryclassScopeClientRegistrationPolicyFactoryclassTrustedHostClientRegistrationPolicyFactory -
Uses of ConfiguredProvider in org.keycloak.social.facebook
Classes in org.keycloak.social.facebook that implement ConfiguredProvider Modifier and Type Class Description classFacebookUserAttributeMapperUser attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.github
Classes in org.keycloak.social.github that implement ConfiguredProvider Modifier and Type Class Description classGitHubUserAttributeMapperUser attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.google
Classes in org.keycloak.social.google that implement ConfiguredProvider Modifier and Type Class Description classGoogleUserAttributeMapperUser attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.instagram
Classes in org.keycloak.social.instagram that implement ConfiguredProvider Modifier and Type Class Description classInstagramUserAttributeMapperUser attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.linkedin
Classes in org.keycloak.social.linkedin that implement ConfiguredProvider Modifier and Type Class Description classLinkedInUserAttributeMapperUser attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.microsoft
Classes in org.keycloak.social.microsoft that implement ConfiguredProvider Modifier and Type Class Description classMicrosoftUserAttributeMapperUser attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.openshift
Classes in org.keycloak.social.openshift that implement ConfiguredProvider Modifier and Type Class Description classOpenshiftV4AttributeMapper -
Uses of ConfiguredProvider in org.keycloak.social.paypal
Classes in org.keycloak.social.paypal that implement ConfiguredProvider Modifier and Type Class Description classPayPalUserAttributeMapperUser attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.stackoverflow
Classes in org.keycloak.social.stackoverflow that implement ConfiguredProvider Modifier and Type Class Description classStackoverflowUserAttributeMapperUser attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.storage
Subinterfaces of ConfiguredProvider in org.keycloak.storage Modifier and Type Interface Description interfaceUserStorageProviderFactory<T extends UserStorageProvider> -
Uses of ConfiguredProvider in org.keycloak.storage.client
Subinterfaces of ConfiguredProvider in org.keycloak.storage.client Modifier and Type Interface Description interfaceClientStorageProviderFactory<T extends ClientStorageProvider> -
Uses of ConfiguredProvider in org.keycloak.storage.clientscope
Subinterfaces of ConfiguredProvider in org.keycloak.storage.clientscope Modifier and Type Interface Description interfaceClientScopeStorageProviderFactory<T extends ClientScopeStorageProvider> -
Uses of ConfiguredProvider in org.keycloak.storage.group
Subinterfaces of ConfiguredProvider in org.keycloak.storage.group Modifier and Type Interface Description interfaceGroupStorageProviderFactory<T extends GroupStorageProvider> -
Uses of ConfiguredProvider in org.keycloak.storage.ldap
Classes in org.keycloak.storage.ldap that implement ConfiguredProvider Modifier and Type Class Description classLDAPStorageProviderFactory -
Uses of ConfiguredProvider in org.keycloak.storage.ldap.mappers
Subinterfaces 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.group
Classes 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.role
Classes 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.msad
Classes 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.msadlds
Classes in org.keycloak.storage.ldap.mappers.msadlds that implement ConfiguredProvider Modifier and Type Class Description classMSADLDSUserAccountControlStorageMapperFactory -
Uses of ConfiguredProvider in org.keycloak.storage.openshift
Classes in org.keycloak.storage.openshift that implement ConfiguredProvider Modifier and Type Class Description classOpenshiftClientStorageProviderFactory -
Uses of ConfiguredProvider in org.keycloak.storage.role
Subinterfaces of ConfiguredProvider in org.keycloak.storage.role Modifier and Type Interface Description interfaceRoleStorageProviderFactory<T extends RoleStorageProvider> -
Uses of ConfiguredProvider in org.keycloak.userprofile
Classes 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.validator
Classes 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.validators
Classes 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
-