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 IPluginFormAuthenticatorRetVal
IPluginAuthenticatorType. buildFormAuthClient(IPluginFormAuthenticatorParams<? extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> IPluginClientParams)
Method to build an client for the authentication for the request of a protected form. -
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
.
-