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