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 IFormRequestContextgetFormRequestContext()com.alibaba.fastjson.JSONObjectgetLdapUserData()com.alibaba.fastjson.JSONObjectgetUserData()VorganggetVorgang()
-
-
-
Method Detail
-
getFormRequestContext
IFormRequestContext getFormRequestContext()
- Returns:
IExtendedFormRequestContextThe 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
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()
-
-