Uses of Interface
org.keycloak.provider.ConfiguredProvider
Package
Description
-
Uses of ConfiguredProvider in org.keycloak.authentication
Modifier and TypeInterfaceDescriptioninterface
Factory to createAuthenticationFlowCallback
instances.interface
Factory for creating Authenticator instances.interface
Factory for creating ClientAuthenticator instances.interface
interface
Factory for instantiating FormAction objects.interface
Factory for instantiating FormAuthenticators. -
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.access
Modifier and TypeClassDescriptionclass
class
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.broker
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.browser
Modifier and TypeClassDescriptionclass
class
final class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.client
Modifier and TypeClassDescriptionclass
class
Validates client based on "client_id" and "client_secret" sent either in request parameters or in "Authorization: Basic" header .class
Client authentication based on JWT signed by client private key .class
Client authentication based on JWT signed by client secret instead of private key .class
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.conditional
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.directgrant
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.resetcred
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.sessionlimits
-
Uses of ConfiguredProvider in org.keycloak.authentication.authenticators.x509
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ConfiguredProvider in org.keycloak.authentication.forms
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.broker.oidc
Modifier and TypeClassDescriptionclass
class
-
Uses of ConfiguredProvider in org.keycloak.broker.oidc.mappers
Modifier and TypeClassDescriptionclass
class
class
Abstract class that handles the logic for importing and updating brokered users for all mappers that map an OIDC claim into aKeycloak
role.class
Abstract class for Social Provider mappers which allow mapping of JSON user profile field into Keycloak user attribute.class
class
class
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.broker.provider
Modifier and TypeInterfaceDescriptioninterface
IdentityProviderFactory<T extends IdentityProvider>
interface
Modifier and TypeClassDescriptionclass
AbstractIdentityProviderFactory<T extends IdentityProvider>
class
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.broker.saml
-
Uses of ConfiguredProvider in org.keycloak.broker.saml.mappers
Modifier and TypeClassDescriptionclass
Abstract class that handles the logic for importing and updating brokered users for all mappers that map a SAML attribute into aKeycloak
group.class
Abstract class that handles the logic for importing and updating brokered users for all mappers that map a SAML attribute into aKeycloak
role.class
class
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.broker.social
Modifier and TypeInterfaceDescriptioninterface
-
Uses of ConfiguredProvider in org.keycloak.component
Modifier and TypeInterfaceDescriptioninterface
AmphibianProviderFactory<ProviderType extends Provider>
Ancestor for a provider factory for both a standaloneProviderFactory
and aComponentFactory
.interface
ComponentFactory<CreatedType,
ProviderType extends Provider> interface
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
Modifier and TypeClassDescriptionclass
Factory for standalone Kerberos federation provider. -
Uses of ConfiguredProvider in org.keycloak.federation.sssd
-
Uses of ConfiguredProvider in org.keycloak.keys
Modifier and TypeClassDescriptionclass
AbstractEcKeyProviderFactory<T extends KeyProvider>
class
class
AbstractGeneratedEcKeyProviderFactory<T extends KeyProvider>
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.organization.authentication.authenticators.broker
-
Uses of ConfiguredProvider in org.keycloak.organization.authentication.authenticators.browser
-
Uses of ConfiguredProvider in org.keycloak.organization.protocol.mappers.oidc
-
Uses of ConfiguredProvider in org.keycloak.organization.protocol.mappers.saml
-
Uses of ConfiguredProvider in org.keycloak.protocol
-
Uses of ConfiguredProvider in org.keycloak.protocol.docker
-
Uses of ConfiguredProvider in org.keycloak.protocol.docker.mapper
Modifier and TypeClassDescriptionclass
Populates token with requested scope.class
-
Uses of ConfiguredProvider in org.keycloak.protocol.oid4vc.issuance.mappers
Modifier and TypeClassDescriptionclass
Allows to add the context to the credential subjectclass
Map issuance date to the credential, under the default claim name "iat"class
Base class for OID4VC Mappers, to provide common configuration and functionality for all of themclass
Allows to add statically configured claims to the credential subjectclass
Sets an ID for the credential, either randomly generated or statically configuredclass
Adds the users roles to the credential subjectclass
Allows to add types to the credential subjectclass
Allows to add user attributes to the credential subject -
Uses of ConfiguredProvider in org.keycloak.protocol.oid4vc.issuance.signing
Modifier and TypeInterfaceDescriptioninterface
Provider Factory to createVerifiableCredentialsSigningService
sModifier and TypeClassDescriptionclass
Provider Factory to createJwtSigningService
sclass
Provider Factory to createLDSigningService
sclass
Provider Factory to createSdJwtSigningService
s -
Uses of ConfiguredProvider in org.keycloak.protocol.oidc.grants.ciba.clientpolicy.executor
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ConfiguredProvider in org.keycloak.protocol.oidc.mappers
Modifier and TypeClassDescriptionclass
class
Set the 'sub' claim to pairwise .class
class
class
Protocol mapper to add allowed web origins to the access token to the 'allowed-origins' claimclass
class
class
Protocol mapper, which adds all client_ids of "allowed" clients to the audience field of the token.class
class
class
class
Set the 'name' claim to be first + last name.class
Maps user group membershipclass
class
Add a role to a tokenclass
Simple mapper that adds the nonce claim into the access token as before.class
Map an assigned role to a different position and name in the tokenclass
OIDCProtocolMapper
that uses a provided JavaScript fragment to compute the token claim value.class
class
class
class
Mappings UserModel.attribute to an ID Token claim.class
Allows mapping of user client role mappings to an ID and Access Token claim.class
Mappings UserModel property (the property name of a getter method) to an ID Token claim.class
Allows mapping of user realm role mappings to an ID and Access Token claim.class
Mappings UserSessionModel.note to an ID Token claim. -
Uses of ConfiguredProvider in org.keycloak.protocol.saml.mappers
Modifier and TypeClassDescriptionclass
class
class
class
Mappings UserModel property (the property name of a getter method) to an AttributeStatement.class
Mappings UserModel property (the property name of a getter method) to an AttributeStatement.class
class
Map an assigned role to a different position and name in the tokenclass
SAML mapper to add a audience restriction into the assertion, to another client (clientId) or to a custom URI.class
SAML audience resolve mapper.class
This class provides a mapper that uses javascript to attach a value to an attribute for SAML tokens.class
class
Mappings UserModel attribute (not property name of a getter method) to an AttributeStatement.class
Mappings UserModel property (the property name of a getter method) to an AttributeStatement.class
Maps a user session note to a SAML attribute -
Uses of ConfiguredProvider in org.keycloak.protocol.saml.profile.ecp.authenticator
-
Uses of ConfiguredProvider in org.keycloak.services.clientpolicy.condition
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.services.clientpolicy.executor
Modifier and TypeClassDescriptionclass
class
class
class
class
Check that switch "fullScopeAllowed" is not enabled for the clientsclass
class
class
class
class
class
class
class
Executor factory for SAML client that ensures REDIRECT is not used for responses and forces POST binding configuration option in the client creation/update.class
Executor factory that enforces that all URLs configured in a SAML client are secure (https).class
Policy executor that enforces client and server (full document or assertion) signature is ON.class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.services.clientregistration.policy
-
Uses of ConfiguredProvider in org.keycloak.services.clientregistration.policy.impl
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.services.ui.extend
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
-
Uses of ConfiguredProvider in org.keycloak.social.bitbucket
-
Uses of ConfiguredProvider in org.keycloak.social.facebook
Modifier and TypeClassDescriptionclass
class
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.github
Modifier and TypeClassDescriptionclass
class
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.gitlab
-
Uses of ConfiguredProvider in org.keycloak.social.google
Modifier and TypeClassDescriptionclass
class
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.instagram
Modifier and TypeClassDescriptionclass
class
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.linkedin
Modifier and TypeClassDescriptionclass
Specific OIDC LinkedIn provider for Sign In with LinkedIn using OpenID Connect product app.class
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.microsoft
Modifier and TypeClassDescriptionclass
class
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.openshift
Modifier and TypeClassDescriptionclass
class
class
OpenShift 4 Identity Provider factory class. -
Uses of ConfiguredProvider in org.keycloak.social.paypal
Modifier and TypeClassDescriptionclass
class
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.stackoverflow
Modifier and TypeClassDescriptionclass
class
User attribute mapper. -
Uses of ConfiguredProvider in org.keycloak.social.twitter
-
Uses of ConfiguredProvider in org.keycloak.storage
Modifier and TypeInterfaceDescriptioninterface
UserStorageProviderFactory<T extends UserStorageProvider>
-
Uses of ConfiguredProvider in org.keycloak.storage.client
Modifier and TypeInterfaceDescriptioninterface
-
Uses of ConfiguredProvider in org.keycloak.storage.clientscope
Modifier and TypeInterfaceDescriptioninterface
-
Uses of ConfiguredProvider in org.keycloak.storage.group
Modifier and TypeInterfaceDescriptioninterface
GroupStorageProviderFactory<T extends GroupStorageProvider>
-
Uses of ConfiguredProvider in org.keycloak.storage.ldap
-
Uses of ConfiguredProvider in org.keycloak.storage.ldap.mappers
Modifier and TypeInterfaceDescriptioninterface
LDAPStorageMapperFactory<T extends LDAPStorageMapper>
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.storage.ldap.mappers.membership.group
-
Uses of ConfiguredProvider in org.keycloak.storage.ldap.mappers.membership.role
-
Uses of ConfiguredProvider in org.keycloak.storage.ldap.mappers.msad
-
Uses of ConfiguredProvider in org.keycloak.storage.ldap.mappers.msadlds
-
Uses of ConfiguredProvider in org.keycloak.storage.role
Modifier and TypeInterfaceDescriptioninterface
RoleStorageProviderFactory<T extends RoleStorageProvider>
-
Uses of ConfiguredProvider in org.keycloak.userprofile
-
Uses of ConfiguredProvider in org.keycloak.userprofile.validator
Modifier and TypeClassDescriptionclass
class
This validator disallowing bunch of characters we really not to expect in names of persons (fist, middle, last names).class
Validator to check that User Profile username is provided.class
This validator disallowing bunch of characters we really not to expect in username. -
Uses of ConfiguredProvider in org.keycloak.validate.validators
Modifier and TypeClassDescriptionclass
Abstract class for number validator.class
Validate input being any kind ofNumber
.class
Email format validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator
.class
class
A date validator that only takes into account the format associated with the current locale.class
String value length validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator
.class
A date validator that only takes into account the format associated with the current locale.class
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
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