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
-
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
-
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
-
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
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ConfiguredProvider in org.keycloak.models.map.authorization
-
Uses of ConfiguredProvider in org.keycloak.models.map.authSession
-
Uses of ConfiguredProvider in org.keycloak.models.map.client
-
Uses of ConfiguredProvider in org.keycloak.models.map.clientscope
-
Uses of ConfiguredProvider in org.keycloak.models.map.common
Modifier and TypeClassDescriptionclass
AbstractMapProviderFactory<T extends Provider,
V extends AbstractEntity, M> -
Uses of ConfiguredProvider in org.keycloak.models.map.events
-
Uses of ConfiguredProvider in org.keycloak.models.map.group
-
Uses of ConfiguredProvider in org.keycloak.models.map.keys
-
Uses of ConfiguredProvider in org.keycloak.models.map.lock
Modifier and TypeClassDescriptionclass
Factory to create a GlobalLockProvider backed by a Map store. -
Uses of ConfiguredProvider in org.keycloak.models.map.loginFailure
-
Uses of ConfiguredProvider in org.keycloak.models.map.realm
-
Uses of ConfiguredProvider in org.keycloak.models.map.role
-
Uses of ConfiguredProvider in org.keycloak.models.map.singleUseObject
-
Uses of ConfiguredProvider in org.keycloak.models.map.storage
-
Uses of ConfiguredProvider in org.keycloak.models.map.storage.chm
-
Uses of ConfiguredProvider in org.keycloak.models.map.storage.file
Modifier and TypeClassDescriptionclass
AMapStorageProviderFactory
that creates file-basedMapStorageProvider
s. -
Uses of ConfiguredProvider in org.keycloak.models.map.storage.hotRod
-
Uses of ConfiguredProvider in org.keycloak.models.map.storage.jpa
-
Uses of ConfiguredProvider in org.keycloak.models.map.storage.ldap
-
Uses of ConfiguredProvider in org.keycloak.models.map.user
-
Uses of ConfiguredProvider in org.keycloak.models.map.userSession
-
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.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
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
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
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
-
Uses of ConfiguredProvider in org.keycloak.services.clientpolicy.executor
Modifier and TypeClassDescriptionclass
class
class
class
Check that switch "fullScopeAllowed" is not enabled for the clientsclass
class
class
class
class
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.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
Deprecated.class
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
-
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
Modifier and TypeClassDescriptionclass
UserProfileProvider
loading configuration from the changeable JSON file stored in component config. -
Uses of ConfiguredProvider in org.keycloak.userprofile.validator
Modifier and TypeClassDescriptionclass
This validator disallowing bunch of characters we really not to expect in names of persons (fist, middle, last names).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
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