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
ConstructorsConstructorDescriptionPluginFormAuthenticatorParams
(IFormAuthContext formAuthContext, T authenticator) -
Method Summary
Modifier and TypeMethodDescriptionReturns the authenticator entity with the configuration and files of the authenticator, as configured by the user in theexternal users
menu.Gets theIFormAuthContext
for where the clients will be used
-
Constructor Details
-
PluginFormAuthenticatorParams
-
-
Method Details
-
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
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.
-