Interface IPluginFormPrePersistParams
- 
- All Superinterfaces:
 IPluginParameters,Serializable
- All Known Implementing Classes:
 PluginFormPrePersistParams
public interface IPluginFormPrePersistParams extends IPluginParameters, Serializable
Interface for the parameters of form pre-presist plugins.- 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:
 IExtendedFormRequestContextThe current form request context that may be used to access the submitted form data.
 
- 
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()
 
 - 
 
 -