Uses of Interface
de.xima.fc.interfaces.plugin.retval.auth.IPluginFormAuthenticatorRetVal
-
Packages that use IPluginFormAuthenticatorRetVal Package Description de.xima.fc.plugin.interfaces.auth de.xima.fc.plugin.models.retval.auth -
-
Uses of IPluginFormAuthenticatorRetVal in de.xima.fc.plugin.interfaces.auth
Methods in de.xima.fc.plugin.interfaces.auth that return IPluginFormAuthenticatorRetVal Modifier and Type Method Description default IPluginFormAuthenticatorRetVal
IPluginAuthenticatorType. buildFormAuthClient(IPluginFormAuthenticatorParams<? extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> params)
Deprecated.since Version 8.0.0 UseIPluginAuthenticatorType.buildGenericAuthClient(IPluginGenericAuthenticatorParams)
instead. -
Uses of IPluginFormAuthenticatorRetVal in de.xima.fc.plugin.models.retval.auth
Classes in de.xima.fc.plugin.models.retval.auth that implement IPluginFormAuthenticatorRetVal Modifier and Type Class Description class
PluginAuthenticatorRetVal
Default implementation for the return value of aIPluginAuthenticatorType.buildFormAuthClient(IPluginFormAuthenticatorParams)
.
-