Uses of Interface
de.xima.fc.plugin.gui.IPluginAuthenticatorCustomGUIBean
-
Packages that use IPluginAuthenticatorCustomGUIBean Package Description de.xima.fc.gui.bean de.xima.fc.plugin.interfaces.auth -
-
Uses of IPluginAuthenticatorCustomGUIBean in de.xima.fc.gui.bean
Fields in de.xima.fc.gui.bean with type parameters of type IPluginAuthenticatorCustomGUIBean Modifier and Type Field Description protected Map<String,PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType>>
AExternalUserBean. usedBeanHelpers
AList
of authentication GUI plugins that were used at some point.Methods in de.xima.fc.gui.bean that return types with arguments of type IPluginAuthenticatorCustomGUIBean Modifier and Type Method Description protected PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType>
AExternalUserBean. getBeanHelperForPlugin(IPluginAuthenticatorType plugin, Mandant client)
protected PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType>
AExternalUserBean. getBeanHelperForSelected(AAuthenticator<?> selected, Mandant client)
Method parameters in de.xima.fc.gui.bean with type arguments of type IPluginAuthenticatorCustomGUIBean Modifier and Type Method Description protected boolean
AExternalUserBean. invokeOnAuthenticatorBeforeSaveCallback(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType> beanHelper, AAuthenticator<?> selected)
protected void
AExternalUserBean. invokeOnAuthenticatorSelectedCallback(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType> beanHelper, AAuthenticator<?> selected)
-
Uses of IPluginAuthenticatorCustomGUIBean in de.xima.fc.plugin.interfaces.auth
Methods in de.xima.fc.plugin.interfaces.auth that return types with arguments of type IPluginAuthenticatorCustomGUIBean Modifier and Type Method Description default Iterable<Class<? extends IPluginAuthenticatorCustomGUIBean>>
IPluginAuthenticatorType. getUnmanagedBeans()
-