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 interface
AuthenticationFlowCallbackFactory
Factory to createAuthenticationFlowCallback
instances.interface
AuthenticatorFactory
Factory for creating Authenticator instances.interface
ClientAuthenticatorFactory
Factory for creating ClientAuthenticator instances.interface
ConfigurableAuthenticatorFactory
interface
FormActionFactory
Factory for instantiating FormAction objects.interface
FormAuthenticatorFactory
Factory 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 class
AllowAccessAuthenticatorFactory
class
DenyAccessAuthenticatorFactory
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.broker
Classes in org.keycloak.authentication.authenticators.broker that implement ConfiguredProvider Modifier and Type Class Description class
IdpAutoLinkAuthenticatorFactory
class
IdpConfirmLinkAuthenticatorFactory
class
IdpCreateUserIfUniqueAuthenticatorFactory
class
IdpDetectExistingBrokerUserAuthenticatorFactory
class
IdpEmailVerificationAuthenticatorFactory
class
IdpReviewProfileAuthenticatorFactory
class
IdpUsernamePasswordFormFactory
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.browser
Classes in org.keycloak.authentication.authenticators.browser that implement ConfiguredProvider Modifier and Type Class Description class
ConditionalOtpFormAuthenticatorFactory
class
CookieAuthenticatorFactory
class
DeployedScriptAuthenticatorFactory
class
IdentityProviderAuthenticatorFactory
class
OTPFormAuthenticatorFactory
class
PasswordFormFactory
class
RecoveryAuthnCodesFormAuthenticatorFactory
class
ScriptBasedAuthenticatorFactory
class
SpnegoAuthenticatorFactory
class
SpnegoDisabledAuthenticatorFactory
Factory used only when KERBEROS feature is disabled.class
UsernameFormFactory
class
UsernamePasswordFormFactory
class
WebAuthnAuthenticatorFactory
class
WebAuthnPasswordlessAuthenticatorFactory
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.challenge
Classes in org.keycloak.authentication.authenticators.challenge that implement ConfiguredProvider Modifier and Type Class Description class
BasicAuthAuthenticatorFactory
class
BasicAuthOTPAuthenticatorFactory
class
NoCookieFlowRedirectAuthenticatorFactory
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.client
Classes in org.keycloak.authentication.authenticators.client that implement ConfiguredProvider Modifier and Type Class Description class
AbstractClientAuthenticator
class
ClientIdAndSecretAuthenticator
Validates client based on "client_id" and "client_secret" sent either in request parameters or in "Authorization: Basic" header .class
JWTClientAuthenticator
Client authentication based on JWT signed by client private key .class
JWTClientSecretAuthenticator
Client authentication based on JWT signed by client secret instead of private key .class
X509ClientAuthenticator
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.conditional
Subinterfaces of ConfiguredProvider in org.keycloak.authentication.authenticators.conditional Modifier and Type Interface Description interface
ConditionalAuthenticatorFactory
Classes in org.keycloak.authentication.authenticators.conditional that implement ConfiguredProvider Modifier and Type Class Description class
ConditionalLoaAuthenticatorFactory
class
ConditionalRoleAuthenticatorFactory
class
ConditionalUserAttributeValueFactory
class
ConditionalUserConfiguredAuthenticatorFactory
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.directgrant
Classes in org.keycloak.authentication.authenticators.directgrant that implement ConfiguredProvider Modifier and Type Class Description class
AbstractDirectGrantAuthenticator
class
ValidateOTP
class
ValidatePassword
class
ValidateUsername
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.resetcred
Classes in org.keycloak.authentication.authenticators.resetcred that implement ConfiguredProvider Modifier and Type Class Description class
AbstractSetRequiredActionAuthenticator
class
ResetCredentialChooseUser
class
ResetCredentialEmail
class
ResetOTP
class
ResetPassword
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.sessionlimits
Classes in org.keycloak.authentication.authenticators.sessionlimits that implement ConfiguredProvider Modifier and Type Class Description class
UserSessionLimitsAuthenticatorFactory
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.x509
Classes in org.keycloak.authentication.authenticators.x509 that implement ConfiguredProvider Modifier and Type Class Description class
AbstractX509ClientCertificateAuthenticatorFactory
class
ValidateX509CertificateUsernameFactory
class
X509ClientCertificateAuthenticatorFactory
-
Uses of ConfiguredProvider in org.keycloak.authentication.forms
Classes in org.keycloak.authentication.forms that implement ConfiguredProvider Modifier and Type Class Description class
RegistrationPage
class
RegistrationPassword
class
RegistrationProfile
class
RegistrationRecaptcha
class
RegistrationUserCreation
-
Uses of ConfiguredProvider in org.keycloak.broker.oidc.mappers
Classes in org.keycloak.broker.oidc.mappers that implement ConfiguredProvider Modifier and Type Class Description class
AbstractClaimMapper
class
AbstractClaimToGroupMapper
class
AbstractClaimToRoleMapper
Abstract class that handles the logic for importing and updating brokered users for all mappers that map an OIDC claim into aKeycloak
role.class
AbstractJsonUserAttributeMapper
Abstract class for Social Provider mappers which allow mapping of JSON user profile field into Keycloak user attribute.class
AdvancedClaimToGroupMapper
class
AdvancedClaimToRoleMapper
class
ClaimToRoleMapper
class
ExternalKeycloakRoleToRoleMapper
class
UserAttributeMapper
class
UsernameTemplateMapper
-
Uses of ConfiguredProvider in org.keycloak.broker.provider
Subinterfaces of ConfiguredProvider in org.keycloak.broker.provider Modifier and Type Interface Description interface
IdentityProviderMapper
Classes in org.keycloak.broker.provider that implement ConfiguredProvider Modifier and Type Class Description class
AbstractIdentityProviderMapper
class
HardcodedAttributeMapper
class
HardcodedRoleMapper
class
HardcodedUserSessionAttributeMapper
-
Uses of ConfiguredProvider in org.keycloak.broker.saml.mappers
Classes in org.keycloak.broker.saml.mappers that implement ConfiguredProvider Modifier and Type Class Description class
AbstractAttributeToGroupMapper
Abstract class that handles the logic for importing and updating brokered users for all mappers that map a SAML attribute into aKeycloak
group.class
AbstractAttributeToRoleMapper
Abstract class that handles the logic for importing and updating brokered users for all mappers that map a SAML attribute into aKeycloak
role.class
AdvancedAttributeToGroupMapper
class
AdvancedAttributeToRoleMapper
class
AttributeToRoleMapper
class
UserAttributeMapper
class
UsernameTemplateMapper
class
XPathAttributeMapper
-
Uses of ConfiguredProvider in org.keycloak.component
Subinterfaces of ConfiguredProvider 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
ComponentFactory<CreatedType,ProviderType extends Provider>
interface
ConfiguredComponent
interface
SubComponentFactory<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 class
KerberosFederationProviderFactory
Factory 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 class
SSSDFederationProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.keys
Subinterfaces of ConfiguredProvider in org.keycloak.keys Modifier and Type Interface Description interface
KeyProviderFactory<T extends KeyProvider>
Classes in org.keycloak.keys that implement ConfiguredProvider 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 ConfiguredProvider in org.keycloak.models.map.authorization
Classes in org.keycloak.models.map.authorization that implement ConfiguredProvider Modifier and Type Class Description class
MapAuthorizationStoreFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.authSession
Classes in org.keycloak.models.map.authSession that implement ConfiguredProvider Modifier and Type Class Description class
MapRootAuthenticationSessionProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.client
Classes in org.keycloak.models.map.client that implement ConfiguredProvider Modifier and Type Class Description class
MapClientProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.clientscope
Classes in org.keycloak.models.map.clientscope that implement ConfiguredProvider Modifier and Type Class Description class
MapClientScopeProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.common
Classes in org.keycloak.models.map.common that implement ConfiguredProvider Modifier and Type Class Description class
AbstractMapProviderFactory<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 class
MapEventStoreProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.group
Classes in org.keycloak.models.map.group that implement ConfiguredProvider Modifier and Type Class Description class
MapGroupProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.keys
Classes in org.keycloak.models.map.keys that implement ConfiguredProvider Modifier and Type Class Description class
MapPublicKeyStorageProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.loginFailure
Classes in org.keycloak.models.map.loginFailure that implement ConfiguredProvider Modifier and Type Class Description class
MapUserLoginFailureProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.realm
Classes in org.keycloak.models.map.realm that implement ConfiguredProvider Modifier and Type Class Description class
MapRealmProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.role
Classes in org.keycloak.models.map.role that implement ConfiguredProvider Modifier and Type Class Description class
MapRoleProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.singleUseObject
Classes in org.keycloak.models.map.singleUseObject that implement ConfiguredProvider Modifier and Type Class Description class
MapSingleUseObjectProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.storage
Subinterfaces of ConfiguredProvider in org.keycloak.models.map.storage Modifier and Type Interface Description interface
MapStorageProviderFactory
-
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 class
ConcurrentHashMapStorageProviderFactory
-
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 class
FileMapStorageProviderFactory
AMapStorageProviderFactory
that creates file-basedMapStorageProvider
s. -
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 class
HotRodMapStorageProviderFactory
-
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 class
JpaMapStorageProviderFactory
-
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 class
LdapMapStorageProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement ConfiguredProvider Modifier and Type Class Description class
MapUserProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.models.map.userSession
Classes in org.keycloak.models.map.userSession that implement ConfiguredProvider Modifier and Type Class Description class
MapUserSessionProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.protocol
Subinterfaces of ConfiguredProvider in org.keycloak.protocol Modifier and Type Interface Description interface
ProtocolMapper
-
Uses of ConfiguredProvider in org.keycloak.protocol.docker
Classes in org.keycloak.protocol.docker that implement ConfiguredProvider Modifier and Type Class Description class
DockerAuthenticatorFactory
-
Uses of ConfiguredProvider in org.keycloak.protocol.docker.mapper
Classes in org.keycloak.protocol.docker.mapper that implement ConfiguredProvider Modifier and Type Class Description class
AllowAllDockerProtocolMapper
Populates token with requested scope.class
DockerAuthV2ProtocolMapper
-
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 class
SecureCibaAuthenticationRequestSigningAlgorithmExecutorFactory
class
SecureCibaSessionEnforceExecutorFactory
class
SecureCibaSignedAuthenticationRequestExecutorFactory
-
Uses of ConfiguredProvider in org.keycloak.protocol.oidc.mappers
Classes in org.keycloak.protocol.oidc.mappers that implement ConfiguredProvider Modifier and Type Class Description class
AbstractOIDCProtocolMapper
class
AbstractPairwiseSubMapper
Set the 'sub' claim to pairwise .class
AcrProtocolMapper
class
AddressMapper
class
AllowedWebOriginsProtocolMapper
Protocol mapper to add allowed web origins to the access token to the 'allowed-origins' claimclass
AudienceProtocolMapper
class
AudienceResolveProtocolMapper
Protocol mapper, which adds all client_ids of "allowed" clients to the audience field of the token.class
ClaimsParameterTokenMapper
class
ClaimsParameterWithValueIdTokenMapper
class
DeployedScriptOIDCProtocolMapper
class
FullNameMapper
Set the 'name' claim to be first + last name.class
GroupMembershipMapper
Maps user group membershipclass
HardcodedClaim
class
HardcodedRole
Add a role to a tokenclass
RoleNameMapper
Map an assigned role to a different position and name in the tokenclass
ScriptBasedOIDCProtocolMapper
OIDCProtocolMapper
that uses a provided JavaScript fragment to compute the token claim value.class
SHA256PairwiseSubMapper
class
UserAttributeMapper
Mappings UserModel.attribute to an ID Token claim.class
UserClientRoleMappingMapper
Allows mapping of user client role mappings to an ID and Access Token claim.class
UserPropertyMapper
Mappings UserModel property (the property name of a getter method) to an ID Token claim.class
UserRealmRoleMappingMapper
Allows mapping of user realm role mappings to an ID and Access Token claim.class
UserSessionNoteMapper
Mappings 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 class
AbstractSAMLProtocolMapper
class
DeployedScriptSAMLProtocolMapper
class
GroupMembershipMapper
class
HardcodedAttributeMapper
Mappings UserModel property (the property name of a getter method) to an AttributeStatement.class
HardcodedRole
Mappings UserModel property (the property name of a getter method) to an AttributeStatement.class
RoleListMapper
class
RoleNameMapper
Map an assigned role to a different position and name in the tokenclass
SAMLAudienceProtocolMapper
SAML mapper to add a audience restriction into the assertion, to another client (clientId) or to a custom URI.class
SAMLAudienceResolveProtocolMapper
SAML audience resolve mapper.class
ScriptBasedMapper
This class provides a mapper that uses javascript to attach a value to an attribute for SAML tokens.class
UserAttributeNameIdMapper
class
UserAttributeStatementMapper
Mappings UserModel attribute (not property name of a getter method) to an AttributeStatement.class
UserPropertyAttributeStatementMapper
Mappings UserModel property (the property name of a getter method) to an AttributeStatement.class
UserSessionNoteStatementMapper
Maps 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 class
HttpBasicAuthenticatorFactory
-
Uses of ConfiguredProvider in org.keycloak.services.clientpolicy.condition
Subinterfaces of ConfiguredProvider in org.keycloak.services.clientpolicy.condition Modifier and Type Interface Description interface
ClientPolicyConditionProviderFactory
Classes in org.keycloak.services.clientpolicy.condition that implement ConfiguredProvider Modifier and Type Class Description class
AbstractClientPolicyConditionProviderFactory
class
AnyClientConditionFactory
class
ClientAccessTypeConditionFactory
class
ClientRolesConditionFactory
class
ClientScopesConditionFactory
class
ClientUpdaterContextConditionFactory
class
ClientUpdaterSourceGroupsConditionFactory
class
ClientUpdaterSourceHostsConditionFactory
class
ClientUpdaterSourceRolesConditionFactory
-
Uses of ConfiguredProvider in org.keycloak.services.clientpolicy.executor
Subinterfaces of ConfiguredProvider in org.keycloak.services.clientpolicy.executor Modifier and Type Interface Description interface
ClientPolicyExecutorProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.services.clientregistration.policy
Subinterfaces of ConfiguredProvider in org.keycloak.services.clientregistration.policy Modifier and Type Interface Description interface
ClientRegistrationPolicyFactory
Classes in org.keycloak.services.clientregistration.policy that implement ConfiguredProvider Modifier and Type Class Description class
AbstractClientRegistrationPolicyFactory
-
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 class
ClientDisabledClientRegistrationPolicyFactory
class
ClientScopesClientRegistrationPolicyFactory
class
ConsentRequiredClientRegistrationPolicyFactory
class
MaxClientsClientRegistrationPolicyFactory
class
ProtocolMappersClientRegistrationPolicyFactory
class
ScopeClientRegistrationPolicyFactory
class
TrustedHostClientRegistrationPolicyFactory
-
Uses of ConfiguredProvider in org.keycloak.social.facebook
Classes in org.keycloak.social.facebook that implement ConfiguredProvider Modifier and Type Class Description class
FacebookUserAttributeMapper
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.github
Classes in org.keycloak.social.github that implement ConfiguredProvider Modifier and Type Class Description class
GitHubUserAttributeMapper
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.google
Classes in org.keycloak.social.google that implement ConfiguredProvider Modifier and Type Class Description class
GoogleUserAttributeMapper
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.instagram
Classes in org.keycloak.social.instagram that implement ConfiguredProvider Modifier and Type Class Description class
InstagramUserAttributeMapper
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.linkedin
Classes in org.keycloak.social.linkedin that implement ConfiguredProvider Modifier and Type Class Description class
LinkedInUserAttributeMapper
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.microsoft
Classes in org.keycloak.social.microsoft that implement ConfiguredProvider Modifier and Type Class Description class
MicrosoftUserAttributeMapper
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.openshift
Classes in org.keycloak.social.openshift that implement ConfiguredProvider Modifier and Type Class Description class
OpenshiftV4AttributeMapper
-
Uses of ConfiguredProvider in org.keycloak.social.paypal
Classes in org.keycloak.social.paypal that implement ConfiguredProvider Modifier and Type Class Description class
PayPalUserAttributeMapper
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.stackoverflow
Classes in org.keycloak.social.stackoverflow that implement ConfiguredProvider Modifier and Type Class Description class
StackoverflowUserAttributeMapper
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.storage
Subinterfaces of ConfiguredProvider in org.keycloak.storage Modifier and Type Interface Description interface
UserStorageProviderFactory<T extends UserStorageProvider>
-
Uses of ConfiguredProvider in org.keycloak.storage.client
Subinterfaces of ConfiguredProvider in org.keycloak.storage.client Modifier and Type Interface Description interface
ClientStorageProviderFactory<T extends ClientStorageProvider>
-
Uses of ConfiguredProvider in org.keycloak.storage.clientscope
Subinterfaces of ConfiguredProvider in org.keycloak.storage.clientscope Modifier and Type Interface Description interface
ClientScopeStorageProviderFactory<T extends ClientScopeStorageProvider>
-
Uses of ConfiguredProvider in org.keycloak.storage.group
Subinterfaces of ConfiguredProvider in org.keycloak.storage.group Modifier and Type Interface Description interface
GroupStorageProviderFactory<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 class
LDAPStorageProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.storage.ldap.mappers
Subinterfaces of ConfiguredProvider 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 ConfiguredProvider Modifier and Type Class Description class
AbstractLDAPStorageMapperFactory
class
CertificateLDAPStorageMapperFactory
class
FullNameLDAPStorageMapperFactory
class
HardcodedAttributeMapperFactory
class
HardcodedLDAPAttributeMapperFactory
class
HardcodedLDAPGroupStorageMapperFactory
class
HardcodedLDAPRoleStorageMapperFactory
class
UserAttributeLDAPStorageMapperFactory
-
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 class
GroupLDAPStorageMapperFactory
-
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 class
RoleLDAPStorageMapperFactory
-
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 class
MSADUserAccountControlStorageMapperFactory
-
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 class
MSADLDSUserAccountControlStorageMapperFactory
-
Uses of ConfiguredProvider in org.keycloak.storage.openshift
Classes in org.keycloak.storage.openshift that implement ConfiguredProvider Modifier and Type Class Description class
OpenshiftClientStorageProviderFactory
-
Uses of ConfiguredProvider in org.keycloak.storage.role
Subinterfaces of ConfiguredProvider in org.keycloak.storage.role Modifier and Type Interface Description interface
RoleStorageProviderFactory<T extends RoleStorageProvider>
-
Uses of ConfiguredProvider in org.keycloak.userprofile
Classes in org.keycloak.userprofile that implement ConfiguredProvider Modifier and Type Class Description class
DeclarativeUserProfileProvider
UserProfileProvider
loading 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 class
PersonNameProhibitedCharactersValidator
This validator disallowing bunch of characters we really not to expect in names of persons (fist, middle, last names).class
UsernameProhibitedCharactersValidator
This 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 class
AbstractNumberValidator
Abstract class for number validator.class
DoubleValidator
Validate input being any kind ofNumber
.class
EmailValidator
Email format validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator
.class
IntegerValidator
class
LengthValidator
String value length validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator
.class
LocalDateValidator
A date validator that only takes into account the format associated with the current locale.class
OptionsValidator
Validation 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
.class
PatternValidator
Validate String against configured RegEx pattern - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator
.class
UriValidator
-