Class PluginFormAuthenticatorParams<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.PluginFormAuthenticatorParams<T>
 
 
- 
- All Implemented Interfaces:
 IPluginFormAuthenticatorParams<T>
public class PluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> extends Object implements IPluginFormAuthenticatorParams<T>
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PluginFormAuthenticatorParams(IFormAuthContext formAuthContext, 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.IFormAuthContextgetFormAuthContext()Gets theIFormAuthContextfor where the clients will be used 
 - 
 
- 
- 
Constructor Detail
- 
PluginFormAuthenticatorParams
public PluginFormAuthenticatorParams(IFormAuthContext formAuthContext, T authenticator)
 
 - 
 
- 
Method Detail
- 
getFormAuthContext
public IFormAuthContext getFormAuthContext()
Description copied from interface:IPluginFormAuthenticatorParamsGets theIFormAuthContextfor where the clients will be used- Specified by:
 getFormAuthContextin interfaceIPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>- Returns:
 - the 
IFormAuthContextwith current state of the authentication context 
 
- 
getAuthenticator
public T getAuthenticator()
Description copied from interface:IPluginFormAuthenticatorParamsReturns the authenticator entity with the configuration and files of the authenticator, as configured by the user in theexternal usersmenu.- Specified by:
 getAuthenticatorin interfaceIPluginFormAuthenticatorParams<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.
 
 
 - 
 
 -