Uses of Interface
de.xima.fc.interfaces.plugin.param.auth.IPluginGenericAuthenticatorParams
Packages that use IPluginGenericAuthenticatorParams
-
Uses of IPluginGenericAuthenticatorParams in de.xima.fc.plugin.interfaces.auth
Methods in de.xima.fc.plugin.interfaces.auth with parameters of type IPluginGenericAuthenticatorParamsModifier and TypeMethodDescriptionIPluginAuthenticatorType.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 IPluginGenericAuthenticatorParamsModifier and TypeClassDescriptionclass
PluginGenericAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Default POJO implementation ofIPluginGenericAuthenticatorParams
.