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