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 usersmenu.Gets theIFormAuthContextfor where the clients will be used
-
Constructor Details
-
PluginFormAuthenticatorParams
-
-
Method Details
-
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
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.
-