Interface IPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
- 
- Type Parameters:
 T- Type of the authenticator entity with the settings for the authenticator.
- All Known Implementing Classes:
 PluginFormAuthenticatorParams
public interface IPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Interface with the parameters passed to an authenticator type plugin when a new client needs to be created for a form authentication context.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract 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 
 - 
 
- 
- 
Method Detail
- 
getFormAuthContext
IFormAuthContext getFormAuthContext()
Gets theIFormAuthContextfor where the clients will be used- Returns:
 - the 
IFormAuthContextwith current state of the authentication context 
 
- 
getAuthenticator
T getAuthenticator()
Returns the authenticator entity with the configuration and files of the authenticator, as configured by the user in theexternal usersmenu.- Returns:
 - The authenticator entity with the configuration and files of the authenticator.
 
 
 - 
 
 -