Interface IPluginFormPreRenderParams
- 
- All Superinterfaces:
 IPluginParameters,Serializable
- All Known Implementing Classes:
 PluginFormPreRenderParams
public interface IPluginFormPreRenderParams extends IPluginParameters, Serializable
Interface that encapsulates the parameters for a form pre-render plugin.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFormRequestContextgetFormRequestContext()com.alibaba.fastjson.JSONObjectgetLdapUserData()com.alibaba.fastjson.JSONObjectgetUserData() 
 - 
 
- 
- 
Method Detail
- 
getFormRequestContext
IFormRequestContext getFormRequestContext()
- Returns:
 - The current 
IExtendedFormRequestContext. May be used, for example, to access the current form, the current form data, or the URL parameters. 
 
- 
getLdapUserData
com.alibaba.fastjson.JSONObject getLdapUserData()
- Returns:
 - A 
JSONObjectwith 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 - Since:
 - 6.2
 
 
- 
getUserData
com.alibaba.fastjson.JSONObject getUserData()
 
 - 
 
 -