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 TypeClassDescriptionclassEntity model for user authenticators inMandantscopeclassEntity 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 TypeClassDescriptionclassAExternalUserBean<F extends IAuthentticatorFile<?,?>, E extends AAuthenticator<F>> Methods in de.xima.fc.gui.bean with parameters of type AAuthenticatorModifier and TypeMethodDescriptionprotected booleanAExternalUserBean.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 booleanIPluginAuthenticatorCustomGUIBean.onAuthenticatorBeforeSave(AAuthenticator<?> authenticator) Lifecycle callback invoked when an existing authenticator is about to be saved.default voidIPluginAuthenticatorCustomGUIBean.onAuthenticatorSelected(AAuthenticator<?> authenticator) Lifecycle callback invoked when an existing authenticator was selected.