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 T
getAuthenticator()
Returns the authenticator entity with the configuration and files of the authenticator, as configured by the user in theexternal users
menu.IFormAuthContext
getFormAuthContext()
Gets theIFormAuthContext
for 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:IPluginFormAuthenticatorParams
Gets theIFormAuthContext
for where the clients will be used- Specified by:
getFormAuthContext
in interfaceIPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
- Returns:
- the
IFormAuthContext
with current state of the authentication context
-
getAuthenticator
public T getAuthenticator()
Description copied from interface:IPluginFormAuthenticatorParams
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 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.
-
-