Uses of Class
org.keycloak.models.AuthenticatorConfigModel
Package
Description
-
Uses of AuthenticatorConfigModel in org.keycloak.authentication
Modifier and TypeMethodDescriptionAbstractAuthenticationFlowContext.getAuthenticatorConfig()
Get any configuration associated with the current executionAuthenticationProcessor.Result.getAuthenticatorConfig()
FormContext.getAuthenticatorConfig()
Get any configuration associated with the current execution -
Uses of AuthenticatorConfigModel in org.keycloak.authentication.authenticators.browser
Modifier and TypeMethodDescriptionprotected AuthenticatorConfigModel
ScriptBasedAuthenticator.getAuthenticatorConfig
(AuthenticationFlowContext context) DeployedScriptAuthenticatorFactory.getConfig()
-
Uses of AuthenticatorConfigModel in org.keycloak.authentication.authenticators.util
Modifier and TypeMethodDescriptionstatic Integer
LoAUtil.getLevelFromLoaConditionConfiguration
(AuthenticatorConfigModel loaConditionConfig) static int
LoAUtil.getMaxAgeFromLoaConditionConfiguration
(AuthenticatorConfigModel loaConditionConfig) -
Uses of AuthenticatorConfigModel in org.keycloak.authentication.authenticators.x509
-
Uses of AuthenticatorConfigModel in org.keycloak.deployment
Modifier and TypeMethodDescriptionDeployedConfigurationsManager.getAuthenticatorConfig
(RealmModel realm, String configId) DeployedConfigurationsManager.getAuthenticatorConfigByAlias
(RealmModel realm, String alias) DeployedConfigurationsManager.getDeployedAuthenticatorConfig
(String configId) Modifier and TypeMethodDescriptionDefaultDeployedConfigurationsProvider.getDeployedAuthenticatorConfigs()
DeployedConfigurationsProvider.getDeployedAuthenticatorConfigs()
Modifier and TypeMethodDescriptionvoid
DefaultDeployedConfigurationsProvider.registerDeployedAuthenticatorConfig
(AuthenticatorConfigModel model) void
DeployedConfigurationsManager.registerDeployedAuthenticatorConfig
(AuthenticatorConfigModel model) void
DeployedConfigurationsProvider.registerDeployedAuthenticatorConfig
(AuthenticatorConfigModel model) ModifierConstructorDescriptionDefaultDeployedConfigurationsProvider
(Map<String, AuthenticatorConfigModel> deployedAuthenticatorConfigs) -
Uses of AuthenticatorConfigModel in org.keycloak.models
Modifier and TypeMethodDescriptionRealmModel.addAuthenticatorConfig
(AuthenticatorConfigModel model) RealmModel.getAuthenticatorConfigByAlias
(String alias) RealmModel.getAuthenticatorConfigById
(String id) Modifier and TypeMethodDescriptionRealmModel.getAuthenticatorConfigsStream()
Returns authentication configs as a stream.Modifier and TypeMethodDescriptionRealmModel.addAuthenticatorConfig
(AuthenticatorConfigModel model) int
AuthenticatorConfigModel.AuthenticationConfigComparator.compare
(AuthenticatorConfigModel left, AuthenticatorConfigModel right) void
RealmModel.removeAuthenticatorConfig
(AuthenticatorConfigModel model) void
RealmModel.updateAuthenticatorConfig
(AuthenticatorConfigModel model) -
Uses of AuthenticatorConfigModel in org.keycloak.models.cache.infinispan
Modifier and TypeMethodDescriptionRealmAdapter.addAuthenticatorConfig
(AuthenticatorConfigModel model) RealmAdapter.getAuthenticatorConfigByAlias
(String alias) RealmAdapter.getAuthenticatorConfigById
(String id) Modifier and TypeMethodDescriptionRealmAdapter.addAuthenticatorConfig
(AuthenticatorConfigModel model) void
RealmAdapter.removeAuthenticatorConfig
(AuthenticatorConfigModel model) void
RealmAdapter.updateAuthenticatorConfig
(AuthenticatorConfigModel model) -
Uses of AuthenticatorConfigModel in org.keycloak.models.cache.infinispan.entities
Modifier and TypeFieldDescriptionprotected Map<String,
AuthenticatorConfigModel> CachedRealm.authenticatorConfigs
-
Uses of AuthenticatorConfigModel in org.keycloak.models.jpa
Modifier and TypeMethodDescriptionRealmAdapter.addAuthenticatorConfig
(AuthenticatorConfigModel model) RealmAdapter.entityToModel
(AuthenticatorConfigEntity entity) RealmAdapter.getAuthenticatorConfigByAlias
(String alias) RealmAdapter.getAuthenticatorConfigById
(String id) Modifier and TypeMethodDescriptionRealmAdapter.addAuthenticatorConfig
(AuthenticatorConfigModel model) void
RealmAdapter.removeAuthenticatorConfig
(AuthenticatorConfigModel model) void
RealmAdapter.updateAuthenticatorConfig
(AuthenticatorConfigModel model) -
Uses of AuthenticatorConfigModel in org.keycloak.models.utils
Modifier and TypeMethodDescriptionRealmModelDelegate.addAuthenticatorConfig
(AuthenticatorConfigModel model) RealmModelDelegate.getAuthenticatorConfigByAlias
(String alias) RealmModelDelegate.getAuthenticatorConfigById
(String id) static AuthenticatorConfigModel
RepresentationToModel.toModel
(AuthenticatorConfigRepresentation rep) Modifier and TypeMethodDescriptionRealmModelDelegate.addAuthenticatorConfig
(AuthenticatorConfigModel model) void
RealmModelDelegate.removeAuthenticatorConfig
(AuthenticatorConfigModel model) ModelToRepresentation.toRepresentation
(AuthenticatorConfigModel model) void
RealmModelDelegate.updateAuthenticatorConfig
(AuthenticatorConfigModel model)