Uses of Interface
de.xima.fc.interfaces.plugin.param.auth.IPluginFormAuthenticatorParams
-
Packages that use IPluginFormAuthenticatorParams Package Description de.xima.fc.plugin.interfaces.auth de.xima.fc.plugin.models.params.auth -
-
Uses of IPluginFormAuthenticatorParams in de.xima.fc.plugin.interfaces.auth
Methods in de.xima.fc.plugin.interfaces.auth with parameters of type IPluginFormAuthenticatorParams 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 IPluginFormAuthenticatorParams in de.xima.fc.plugin.models.params.auth
Classes in de.xima.fc.plugin.models.params.auth that implement IPluginFormAuthenticatorParams Modifier and Type Class Description class
PluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
-