Interface IPluginFormPreProcessParams
-
- All Superinterfaces:
IPluginParameters
,Serializable
- All Known Implementing Classes:
PluginFormPreProcessParams
public interface IPluginFormPreProcessParams extends IPluginParameters, Serializable
Interface for the parameters of form pre-process 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()
Vorgang
getVorgang()
-
-
-
Method Detail
-
getFormRequestContext
IFormRequestContext getFormRequestContext()
- Returns:
IExtendedFormRequestContext
The current form request context that may be used to access the submitted form data.
-
getVorgang
Vorgang getVorgang()
-
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()
-
-