Uses of Class
de.xima.fc.entities.AAuthenticator
Packages that use AAuthenticator
Package
Description
Package für Datenbankentitäten
Interfaces für Datenbankentitäten
-
Uses of AAuthenticator in de.xima.fc.entities
Subclasses of AAuthenticator in de.xima.fc.entitiesModifier and TypeClassDescriptionclass
Entity model for user authenticators inMandant
scopeclass
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 -
Uses of AAuthenticator in de.xima.fc.gui.bean
Classes in de.xima.fc.gui.bean with type parameters of type AAuthenticatorModifier and TypeClassDescriptionclass
AExternalUserBean<F extends IAuthentticatorFile<?,
?>, E extends AAuthenticator<F>> Methods in de.xima.fc.gui.bean with parameters of type AAuthenticatorModifier and TypeMethodDescriptionprotected 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 AAuthenticatorModifier and TypeMethodDescriptiondefault 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.