Class PluginFormPreRenderParams
- java.lang.Object
-
- de.xima.fc.plugin.models.params.form.PluginFormPreRenderParams
-
- All Implemented Interfaces:
IPluginParameters
,IPluginFormPreRenderParams
,Serializable
public class PluginFormPreRenderParams extends Object implements IPluginFormPreRenderParams
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginFormPreRenderParams(IFormRequestContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IFormRequestContext
getFormRequestContext()
com.alibaba.fastjson.JSONObject
getLdapUserData()
Deprecated.com.alibaba.fastjson.JSONObject
getUserData()
-
-
-
Constructor Detail
-
PluginFormPreRenderParams
public PluginFormPreRenderParams(IFormRequestContext context)
-
-
Method Detail
-
getFormRequestContext
public IFormRequestContext getFormRequestContext()
- Specified by:
getFormRequestContext
in interfaceIPluginFormPreRenderParams
- Returns:
- The current
IExtendedFormRequestContext
. May be used, for example, to access the current form, the current form data, or the URL parameters.
-
getUserData
public com.alibaba.fastjson.JSONObject getUserData()
- Specified by:
getUserData
in interfaceIPluginFormPreRenderParams
-
getLdapUserData
@Deprecated public com.alibaba.fastjson.JSONObject getLdapUserData()
Deprecated.- Specified by:
getLdapUserData
in interfaceIPluginFormPreRenderParams
- Returns:
- A
JSONObject
with the current LDAP data for the authenticated user. When the current form does not require authorization, or when the current user did not authorize via LDAP, this may return an emptyJSONObject
-
-