Class PluginGenericAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
java.lang.Object
de.xima.fc.plugin.models.params.auth.PluginGenericAuthenticatorParams<T>
- All Implemented Interfaces:
IPluginGenericAuthenticatorParams<T>
public class PluginGenericAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
extends Object
implements IPluginGenericAuthenticatorParams<T>
Default POJO implementation of
IPluginGenericAuthenticatorParams
.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the authenticator entity with the configuration and files of the authenticator, as configured by the user in theexternal users
menu.
-
Constructor Details
-
PluginGenericAuthenticatorParams
-
-
Method Details
-
getAuthenticator
Description copied from interface:IPluginGenericAuthenticatorParams
Returns the authenticator entity with the configuration and files of the authenticator, as configured by the user in theexternal users
menu.- Specified by:
getAuthenticator
in interfaceIPluginGenericAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> - Returns:
- The authenticator entity with the configuration and files of the authenticator.
-