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 classClientAuthenticatorEntity model for user authenticators inMandantscopeclassSystemAuthenticatorEntity 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 classAExternalUserBean<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 IPluginAuthenticatorTypeAExternalUserBean. getPluginForAuthenticator(AAuthenticator<?> selected)protected booleanAExternalUserBean. invokeOnAuthenticatorBeforeSaveCallback(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType> beanHelper, AAuthenticator<?> selected)protected voidAExternalUserBean. 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 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.
-