Modifier and Type | Interface and Description |
---|---|
interface |
Authenticator
This interface is for users that want to add custom authenticators to an authentication flow.
|
interface |
ClientAuthenticator
This interface is for users that want to add custom client authenticators to an authentication flow.
|
interface |
FormAction
Fine grain processing of a form.
|
interface |
FormAuthenticator
This class is responsible for rendering a form.
|
interface |
RequiredActionProvider
RequiredAction provider.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFormAuthenticator
Abstract helper class that Authenticator implementations can leverage
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
RequiredActionSpi.getProviderClass() |
Class<? extends Provider> |
FormAuthenticatorSpi.getProviderClass() |
Class<? extends Provider> |
FormActionSpi.getProviderClass() |
Class<? extends Provider> |
ClientAuthenticatorSpi.getProviderClass() |
Class<? extends Provider> |
AuthenticatorSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdpAuthenticator |
class |
IdpConfirmLinkAuthenticator |
class |
IdpCreateUserIfUniqueAuthenticator |
class |
IdpEmailVerificationAuthenticator |
class |
IdpReviewProfileAuthenticator |
class |
IdpUsernamePasswordForm
Same like classic username+password form, but username is "known" and user can't change it
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUsernameFormAuthenticator |
class |
ConditionalOtpFormAuthenticator
An
OTPFormAuthenticator that can conditionally require OTP authentication. |
class |
CookieAuthenticator |
class |
OTPFormAuthenticator |
class |
ScriptBasedAuthenticator
An
Authenticator that can execute a configured script during authentication flow. |
class |
SpnegoAuthenticator |
class |
UsernamePasswordForm |
Modifier and Type | Class and 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 .
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectGrantAuthenticator |
class |
ValidateOTP |
class |
ValidatePassword |
class |
ValidateUsername |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSetRequiredActionAuthenticator |
class |
ResetCredentialChooseUser |
class |
ResetCredentialEmail |
class |
ResetOTP |
class |
ResetPassword |
Modifier and Type | Class and Description |
---|---|
class |
RegistrationPage |
class |
RegistrationPassword |
class |
RegistrationProfile |
class |
RegistrationRecaptcha |
class |
RegistrationUserCreation |
Modifier and Type | Class and Description |
---|---|
class |
TermsAndConditions |
class |
UpdatePassword |
class |
UpdateProfile |
class |
UpdateTotp |
class |
VerifyEmail |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationProvider
The main contract here is the creation of
PermissionEvaluator instances. |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
AuthorizationSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
UmaWellKnownProvider |
Modifier and Type | Class and Description |
---|---|
class |
JPAStoreFactory |
Modifier and Type | Class and Description |
---|---|
class |
MongoStoreFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
PolicyProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
PolicySpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
AggregatePolicyProvider |
Modifier and Type | Class and Description |
---|---|
class |
DroolsPolicyProvider |
Modifier and Type | Class and Description |
---|---|
class |
JSPolicyProvider |
Modifier and Type | Class and Description |
---|---|
class |
ResourcePolicyProvider |
Modifier and Type | Class and Description |
---|---|
class |
RolePolicyProvider |
Modifier and Type | Class and Description |
---|---|
class |
ScopePolicyProvider |
Modifier and Type | Class and Description |
---|---|
class |
TimePolicyProvider |
Modifier and Type | Class and Description |
---|---|
class |
UserPolicyProvider |
Modifier and Type | Class and Description |
---|---|
class |
RPTIntrospectionProvider
Introspects token accordingly with UMA Bearer Token Profile.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StoreFactory
A factory for the different types of storages that manage the persistence of the domain model types.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
StoreFactorySpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOAuth2IdentityProvider<C extends OAuth2IdentityProviderConfig> |
class |
KeycloakOIDCIdentityProvider |
class |
OIDCIdentityProvider |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClaimMapper |
class |
AbstractJsonUserAttributeMapper
Abstract class for Social Provider mappers which allow mapping of JSON user profile field into Keycloak user
attribute.
|
class |
ClaimToRoleMapper |
class |
ExternalKeycloakRoleToRoleMapper |
class |
UserAttributeMapper |
class |
UsernameTemplateMapper |
Modifier and Type | Interface and Description |
---|---|
interface |
IdentityProvider<C extends IdentityProviderModel> |
interface |
IdentityProviderMapper |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentityProvider<C extends IdentityProviderModel> |
class |
AbstractIdentityProviderMapper |
class |
HardcodedAttributeMapper |
class |
HardcodedRoleMapper |
class |
HardcodedUserSessionAttributeMapper |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
IdentityProviderSpi.getProviderClass() |
Class<? extends Provider> |
IdentityProviderMapperSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
SAMLIdentityProvider |
Modifier and Type | Class and Description |
---|---|
class |
AttributeToRoleMapper |
Modifier and Type | Interface and Description |
---|---|
interface |
SocialIdentityProvider<C extends IdentityProviderModel> |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
SocialProviderSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
ClusterProvider
Various utils related to clustering and concurrent tasks on cluster nodes
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
ClusterSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanClusterProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentFactory<CreatedType,ProviderType extends Provider> |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpClientProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
HttpClientSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
InfinispanConnectionProvider |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInfinispanConnectionProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
InfinispanConnectionSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
JpaConnectionProvider |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJpaConnectionProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
JpaConnectionSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
JpaEntityProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
JpaEntitySpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
JpaUpdaterProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
JpaUpdaterSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
LiquibaseJpaUpdaterProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
LiquibaseConnectionProvider |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLiquibaseConnectionProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
LiquibaseConnectionSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
LiquibaseDBLockProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
MongoConnectionProvider |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMongoConnectionProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
MongoConnectionSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
MongoDBLockProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
MongoUpdaterProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
MongoUpdaterSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMongoUpdaterProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
EmailSenderProvider |
interface |
EmailTemplateProvider |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEmailSenderProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
EmailTemplateSpi.getProviderClass() |
Class<? extends Provider> |
EmailSenderSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerEmailTemplateProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
EventListenerProvider |
interface |
EventStoreProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
EventStoreSpi.getProviderClass() |
Class<? extends Provider> |
EventListenerSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
EmailEventListenerProvider |
Modifier and Type | Class and Description |
---|---|
class |
JpaEventStoreProvider |
Modifier and Type | Class and Description |
---|---|
class |
JBossLoggingEventListenerProvider |
Modifier and Type | Class and Description |
---|---|
class |
MongoEventStoreProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientDescriptionConverter
Provider plugin interface for importing clients from an arbitrary configuration format
|
interface |
ExportProvider |
interface |
ImportProvider |
Modifier and Type | Class and Description |
---|---|
class |
KeycloakClientDescriptionConverter |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
ClientDescriptionConverterSpi.getProviderClass() |
Class<? extends Provider> |
ImportSpi.getProviderClass() |
Class<? extends Provider> |
ExportSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
DirExportProvider |
class |
DirImportProvider |
Modifier and Type | Class and Description |
---|---|
class |
SingleFileExportProvider |
class |
SingleFileImportProvider |
Modifier and Type | Class and Description |
---|---|
class |
MultipleStepsExportProvider |
Modifier and Type | Class and Description |
---|---|
class |
KerberosFederationProvider |
Modifier and Type | Class and Description |
---|---|
class |
LDAPFederationProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
LDAPFederationMapper |
Modifier and Type | Class and Description |
---|---|
class |
LDAPFederationMapperBridge
Sufficient if mapper implementation is stateless and doesn't need to "close" any state
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccountProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
AccountSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerAccountProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
LoginFormsProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
LoginFormsSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerLoginFormsProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
PasswordHashProvider |
Modifier and Type | Class and Description |
---|---|
class |
Pbkdf2PasswordHashProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
PasswordHashSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
UserFederationMapper |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
UserFederationMapperSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
MigrationProvider
Various common utils needed for migration from older version to newer
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
MigrationSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
RealmProvider |
interface |
UserFederationProvider
SPI for plugging in federation storage.
|
interface |
UserProvider |
interface |
UserSessionProvider |
Modifier and Type | Class and Description |
---|---|
class |
UserFederationManager |
Modifier and Type | Method and Description |
---|---|
<T extends Provider> |
KeycloakSession.getAllProviders(Class<T> clazz) |
<T extends Provider> |
KeycloakSession.getProvider(Class<T> clazz)
Get dedicated provider instance of provider type clazz that was created for this session.
|
<T extends Provider> |
KeycloakSession.getProvider(Class<T> clazz,
String id)
Get dedicated provider instance for a specific provider factory of id of provider type clazz that was created for this session.
|
<T extends Provider> |
KeycloakSessionFactory.getProviderFactory(Class<T> clazz) |
<T extends Provider> |
KeycloakSessionFactory.getProviderFactory(Class<T> clazz,
String id) |
<T extends Provider> |
KeycloakSession.listProviderIds(Class<T> clazz)
Get all provider factories that manage provider instances of class.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
UserSpi.getProviderClass() |
Class<? extends Provider> |
UserSessionSpi.getProviderClass() |
Class<? extends Provider> |
UserFederationSpi.getProviderClass() |
Class<? extends Provider> |
RealmSpi.getProviderClass() |
Modifier and Type | Method and Description |
---|---|
void |
KeycloakSession.enlistForClose(Provider provider) |
Modifier and Type | Method and Description |
---|---|
List<ProviderFactory> |
KeycloakSessionFactory.getProviderFactories(Class<? extends Provider> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanStoreFactoryProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheRealmProvider |
interface |
CacheUserProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
CacheUserProviderSpi.getProviderClass() |
Class<? extends Provider> |
CacheRealmProviderSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
CachedStoreFactoryProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
CachedStoreFactorySpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
RealmCacheSession
- the high level architecture of this cache is an invalidation cache.
|
class |
UserCacheSession |
Modifier and Type | Interface and Description |
---|---|
interface |
DBLockProvider
Global database lock to ensure that some actions in DB can be done just be one cluster node at a time.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
DBLockSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
JpaRealmProvider |
class |
JpaUserProvider |
Modifier and Type | Class and Description |
---|---|
class |
JpaUserSessionPersisterProvider |
Modifier and Type | Class and Description |
---|---|
class |
MongoRealmProvider |
class |
MongoUserProvider |
class |
MongoUserSessionPersisterProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
UserSessionPersisterProvider |
Modifier and Type | Class and Description |
---|---|
class |
DisabledUserSessionPersisterProvider
Persistence of userSessions is disabled .
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
UserSessionPersisterSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanUserSessionProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
PasswordPolicyManagerProvider |
interface |
PasswordPolicyProvider |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPasswordPolicyManagerProvider |
class |
DigitsPasswordPolicyProvider |
class |
ForceExpiredPasswordPolicyProviderFactory |
class |
HashAlgorithmPasswordPolicyProviderFactory |
class |
HashIterationsPasswordPolicyProviderFactory |
class |
HistoryPasswordPolicyProvider |
class |
LengthPasswordPolicyProvider |
class |
LowerCasePasswordPolicyProvider |
class |
NotUsernamePasswordPolicyProvider |
class |
RegexPatternsPasswordPolicyProvider |
class |
SpecialCharsPasswordPolicyProvider |
class |
UpperCasePasswordPolicyProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
PasswordPolicySpi.getProviderClass() |
Class<? extends Provider> |
PasswordPolicyManagerSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientInstallationProvider
Provides a template/sample client config adapter file.
|
interface |
LoginProtocol |
interface |
ProtocolMapper |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
ProtocolMapperSpi.getProviderClass() |
Class<? extends Provider> |
LoginProtocolSpi.getProviderClass() |
Class<? extends Provider> |
ClientInstallationSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
TokenIntrospectionProvider
Provides introspection for a determined OAuth2 token type.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessTokenIntrospectionProvider |
class |
OIDCClientDescriptionConverter |
class |
OIDCLoginProtocol |
class |
OIDCWellKnownProvider |
class |
RefreshTokenIntrospectionProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
TokenIntrospectionSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
KeycloakOIDCClientInstallation |
class |
KeycloakOIDCJbossSubsystemClientInstallation |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOIDCProtocolMapper |
class |
AddressMapper
Set the 'name' claim to be first + last name.
|
class |
FullNameMapper
Set the 'name' claim to be first + last name.
|
class |
GroupMembershipMapper
Maps user group membership
|
class |
HardcodedClaim |
class |
HardcodedRole
Add a role to a token
|
class |
RoleNameMapper
Map an assigned role to a different position and name in the token
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityDescriptorDescriptionConverter |
class |
SamlProtocol |
Modifier and Type | Class and Description |
---|---|
class |
EntityDescriptorClientRegistrationProvider |
Modifier and Type | Class and Description |
---|---|
class |
KeycloakSamlClientInstallation |
class |
KeycloakSamlSubsystemInstallation |
class |
ModAuthMellonClientInstallation |
class |
SamlIDPDescriptorClientInstallation |
class |
SamlSPDescriptorClientInstallation |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAMLProtocolMapper |
class |
RoleListMapper |
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProviderFactory<T extends Provider>
At boot time, keycloak discovers all factories.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
Spi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptingProvider
A
Provider than provides Scripting capabilities. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptingProvider
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
ScriptingSpi.getProviderClass() |
Modifier and Type | Method and Description |
---|---|
<T extends Provider> |
DefaultKeycloakSession.getAllProviders(Class<T> clazz) |
<T extends Provider> |
DefaultKeycloakSession.getProvider(Class<T> clazz) |
<T extends Provider> |
DefaultKeycloakSession.getProvider(Class<T> clazz,
String id) |
<T extends Provider> |
DefaultKeycloakSessionFactory.getProviderFactory(Class<T> clazz) |
<T extends Provider> |
DefaultKeycloakSessionFactory.getProviderFactory(Class<T> clazz,
String id) |
<T extends Provider> |
DefaultKeycloakSession.listProviderIds(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultKeycloakSession.enlistForClose(Provider provider) |
Modifier and Type | Method and Description |
---|---|
List<ProviderFactory> |
DefaultKeycloakSessionFactory.getProviderFactories(Class<? extends Provider> clazz) |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientRegistrationProvider |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientRegistrationProvider |
class |
AdapterInstallationClientRegistrationProvider |
class |
DefaultClientRegistrationProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
ClientRegistrationSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
OIDCClientRegistrationProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
BruteForceProtector |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBruteForceProtector
A single thread will log failures.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
BruteForceProtectorSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMigrationProvider
Various common utils needed for migration from older version to newer
|
Modifier and Type | Interface and Description |
---|---|
interface |
RealmResourceProvider
A
RealmResourceProvider creates JAX-RS |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
RealmResourceSPI.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
FacebookIdentityProvider |
class |
FacebookUserAttributeMapper
User attribute mapper.
|
Modifier and Type | Class and Description |
---|---|
class |
GitHubIdentityProvider |
class |
GitHubUserAttributeMapper
User attribute mapper.
|
Modifier and Type | Class and Description |
---|---|
class |
GoogleIdentityProvider |
class |
GoogleUserAttributeMapper
User attribute mapper.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkedInIdentityProvider
LinkedIn social provider.
|
class |
LinkedInUserAttributeMapper
User attribute mapper.
|
Modifier and Type | Class and Description |
---|---|
class |
MicrosoftIdentityProvider
Identity provider for Microsoft account.
|
class |
MicrosoftUserAttributeMapper
User attribute mapper.
|
Modifier and Type | Class and Description |
---|---|
class |
StackoverflowIdentityProvider
Stackoverflow social provider.
|
class |
StackoverflowUserAttributeMapper
User attribute mapper.
|
Modifier and Type | Class and Description |
---|---|
class |
TwitterIdentityProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
UserStorageProvider |
Modifier and Type | Class and Description |
---|---|
class |
UserStorageManager |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
UserStorageProviderSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
UserFederatedStorageProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
UserFederatedStorageProviderSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
JpaUserFederatedStorageProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
ThemeProvider |
Modifier and Type | Class and Description |
---|---|
class |
ExtendingThemeManager |
class |
FolderThemeProvider |
class |
JarThemeProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
ThemeSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
TimerProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
TimerSpi.getProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
BasicTimerProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
TruststoreProvider |
Modifier and Type | Class and Description |
---|---|
class |
FileTruststoreProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
TruststoreSpi.getProviderClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
WellKnownProvider |
Modifier and Type | Method and Description |
---|---|
Class<? extends Provider> |
WellKnownSpi.getProviderClass() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.