Uses of Interface
de.xima.fc.interfaces.plugin.retval.auth.IPluginGenericAuthenticatorRetVal
-
Packages that use IPluginGenericAuthenticatorRetVal Package Description de.xima.fc.plugin.interfaces.auth de.xima.fc.plugin.models.retval.auth -
-
Uses of IPluginGenericAuthenticatorRetVal in de.xima.fc.plugin.interfaces.auth
Methods in de.xima.fc.plugin.interfaces.auth that return IPluginGenericAuthenticatorRetVal Modifier and Type Method Description default IPluginGenericAuthenticatorRetVal
IPluginAuthenticatorType. buildGenericAuthClient(IPluginGenericAuthenticatorParams<? extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> params)
Method to build a client used to authenticate users for a generic authentication context. -
Uses of IPluginGenericAuthenticatorRetVal in de.xima.fc.plugin.models.retval.auth
Classes in de.xima.fc.plugin.models.retval.auth that implement IPluginGenericAuthenticatorRetVal Modifier and Type Class Description class
PluginGenericAuthenticatorRetVal
Default implementation for the return value of aIPluginAuthenticatorType.buildGenericAuthClient(IPluginGenericAuthenticatorParams)
.
-