Uses of Class
de.xima.fc.entities.AAuthenticator
-
Packages that use AAuthenticator Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.xima.fc.gui.bean de.xima.fc.plugin.gui -
-
Uses of AAuthenticator in de.xima.fc.entities
Subclasses of AAuthenticator in de.xima.fc.entities Modifier and Type Class Description class
ClientAuthenticator
Entity model for user authenticators inMandant
scopeclass
SystemAuthenticator
Entity model for user authenticators in system scope -
Uses of AAuthenticator in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return types with arguments of type AAuthenticator Modifier and Type Method Description List<AAuthenticator<?>>
ILoginLayout. getAuthenticators()
-
Uses of AAuthenticator in de.xima.fc.gui.bean
Classes in de.xima.fc.gui.bean with type parameters of type AAuthenticator Modifier and Type Class Description class
AExternalUserBean<F extends IAuthentticatorFile<?,?>,E extends AAuthenticator<F>>
Methods in de.xima.fc.gui.bean with parameters of type AAuthenticator Modifier and Type Method Description protected boolean
AExternalUserBean. invokeOnAuthenticatorBeforeSaveCallback(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType> beanHelper, AAuthenticator<?> selected)
-
Uses of AAuthenticator in de.xima.fc.plugin.gui
Methods in de.xima.fc.plugin.gui with parameters of type AAuthenticator Modifier and Type Method Description default boolean
IPluginAuthenticatorCustomGUIBean. onAuthenticatorBeforeSave(AAuthenticator<?> authenticator)
Lifecycle callback invoked when an existing authenticator is about to be saved.default void
IPluginAuthenticatorCustomGUIBean. onAuthenticatorSelected(AAuthenticator<?> authenticator)
Lifecycle callback invoked when an existing authenticator was selected.
-