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.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.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 PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType>
AExternalUserBean. getBeanHelperForSelected(AAuthenticator<?> selected, Mandant client)
protected IPluginAuthenticatorType
AExternalUserBean. getPluginForAuthenticator(AAuthenticator<?> selected)
protected boolean
AExternalUserBean. invokeOnAuthenticatorBeforeSaveCallback(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType> beanHelper, AAuthenticator<?> selected)
protected void
AExternalUserBean. invokeOnAuthenticatorSelectedCallback(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.
-