Uses of Interface
de.xima.fc.entities.interfaces.IAuthenticatorConfig
-
Packages that use IAuthenticatorConfig Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.form.helper de.xima.fc.mdl.auth.config de.xima.fc.mdl.auth.config.view de.xima.fc.web.common.auth.wrapper.config -
-
Uses of IAuthenticatorConfig in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IAuthenticatorConfig Modifier and Type Class Description class
AAuthenticatorConfig
Abstract base class for authenticator configurationsclass
ProjectAuthenticatorConfig
Model for persisting authenticator configurations for a projectclass
WorkflowStateAuthenticatorConfig
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 IAuthenticatorConfig Modifier and Type Method Description static String
URLHelper. getAuthLoginURL(IFormAuthContext authCtx, IAuthenticatorConfig config, boolean asRedirect)
-
Uses of IAuthenticatorConfig in de.xima.fc.mdl.auth.config
Classes in de.xima.fc.mdl.auth.config that implement IAuthenticatorConfig Modifier and Type Class Description class
VirtualAuthenticatorConfig
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 IAuthenticatorConfig Modifier and Type Method Description static 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 IAuthenticatorConfig Modifier and Type Method Description static IAuthenticatorConfigWrapper
ConfigWrapperFactory. forConfig(IAuthenticatorConfig config)
Constructors in de.xima.fc.web.common.auth.wrapper.config with parameters of type IAuthenticatorConfig Constructor Description PasswordConfigWrapper(IAuthenticatorConfig config)
-