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 IFormRequestContext
getFormRequestContext()
com.alibaba.fastjson.JSONObject
getLdapUserData()
com.alibaba.fastjson.JSONObject
getUserData()
-
-
-
Method Detail
-
getFormRequestContext
IFormRequestContext getFormRequestContext()
- Returns:
IExtendedFormRequestContext
The current form request context that may be used to access the submitted form data.
-
getLdapUserData
com.alibaba.fastjson.JSONObject getLdapUserData()
- 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
- Since:
- 6.2
-
getUserData
com.alibaba.fastjson.JSONObject getUserData()
-
-