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 classAAuthenticatorConfigAbstract base class for authenticator configurationsclassProjectAuthenticatorConfigModel for persisting authenticator configurations for a projectclassUserPortalAuthConfigEntity model for authenticator configurations foruser portals.classWorkflowStateAuthenticatorConfigModel 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 StringURLHelper. 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 IAuthenticatorConfig Modifier and Type Class Description classVirtualAuthenticatorConfigAuthenticator 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 AnonymousConfigViewModelAnonymousConfigViewModel. forAuthConfig(IAuthenticatorConfig config, Locale locale)static BaseConfigViewModelBaseConfigViewModel. forAuthConfig(IAuthenticatorConfig config, Locale locale)static PasswordConfigViewModelPasswordConfigViewModel. 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 IAuthenticatorConfigWrapperConfigWrapperFactory. forConfig(IAuthenticatorConfig config)Constructors in de.xima.fc.web.common.auth.wrapper.config with parameters of type IAuthenticatorConfig Constructor Description PasswordConfigWrapper(IAuthenticatorConfig config) 
 -