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 TgetAuthenticator()Returns the authenticator entity with the configuration and files of the authenticator, as configured by the user in theexternal usersmenu. 
 - 
 
- 
- 
Constructor Detail
- 
PluginGenericAuthenticatorParams
public PluginGenericAuthenticatorParams(T authenticator)
 
 - 
 
- 
Method Detail
- 
getAuthenticator
public T getAuthenticator()
Description copied from interface:IPluginGenericAuthenticatorParamsReturns the authenticator entity with the configuration and files of the authenticator, as configured by the user in theexternal usersmenu.- Specified by:
 getAuthenticatorin 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.
 
 
 - 
 
 -