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 ofIPluginGenericAuthenticatorParams
.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description PluginGenericAuthenticatorParams(T authenticator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getAuthenticator()
Returns the authenticator entity with the configuration and files of the authenticator, as configured by the user in theexternal users
menu.
-
-
-
Constructor Detail
-
PluginGenericAuthenticatorParams
public PluginGenericAuthenticatorParams(T authenticator)
-
-
Method Detail
-
getAuthenticator
public T 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.
-
-