public interface IPluginFormPreProcessParams extends IPluginParameters, Serializable
| Modifier and Type | Method and Description |
|---|---|
IFormRequestContext |
getFormRequestContext() |
com.alibaba.fastjson.JSONObject |
getLdapUserData() |
com.alibaba.fastjson.JSONObject |
getUserData() |
Vorgang |
getVorgang() |
IFormRequestContext getFormRequestContext()
IExtendedFormRequestContext The current form request context that may be used to access the
submitted form data.Vorgang getVorgang()
com.alibaba.fastjson.JSONObject getLdapUserData()
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 empty
JSONObjectcom.alibaba.fastjson.JSONObject getUserData()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.