Uses of Interface
de.xima.fc.entities.interfaces.IAuthenticatorConfig
Packages that use IAuthenticatorConfig
Package
Description
Package für Datenbankentitäten
-
Uses of IAuthenticatorConfig in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IAuthenticatorConfigModifier and TypeClassDescriptionclass
Abstract base class for authenticator configurationsclass
Model for persisting authenticator configurations for a projectclass
Model for persisting authenticator configuration of aWorkflowState
-
Uses of IAuthenticatorConfig in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type IAuthenticatorConfigModifier and TypeMethodDescriptionstatic String
URLHelper.getAuthLoginURL
(IFormAuthContext authCtx, IAuthenticatorConfig config, boolean asRedirect) Deprecated. -
Uses of IAuthenticatorConfig in de.xima.fc.mdl.auth.config
Classes in de.xima.fc.mdl.auth.config that implement IAuthenticatorConfigModifier and TypeClassDescriptionclass
Authenticator config model for type authenticator configs that are not persisted -
Uses of IAuthenticatorConfig in de.xima.fc.mdl.auth.config.view
Methods in de.xima.fc.mdl.auth.config.view with parameters of type IAuthenticatorConfigModifier and TypeMethodDescriptionstatic AnonymousConfigViewModel
AnonymousConfigViewModel.forAuthConfig
(IAuthenticatorConfig config, Locale locale) static BaseConfigViewModel
BaseConfigViewModel.forAuthConfig
(IAuthenticatorConfig config, Locale locale) static PasswordConfigViewModel
PasswordConfigViewModel.forAuthConfig
(IAuthenticatorConfig config, Locale locale) -
Uses of IAuthenticatorConfig in de.xima.fc.web.common.auth.wrapper.config
Methods in de.xima.fc.web.common.auth.wrapper.config with parameters of type IAuthenticatorConfigModifier and TypeMethodDescriptionstatic final IAuthenticatorConfigWrapper
ConfigWrapperFactory.forConfig
(IAuthenticatorConfig config) Constructors in de.xima.fc.web.common.auth.wrapper.config with parameters of type IAuthenticatorConfig
URLHelper.getAuthLoginURL(IFormAuthContext, IClientDescriptor, boolean)
instead.