public interface IPluginFormPreRenderParams extends IPluginParameters, Serializable
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
getFormRequestContext() |
com.alibaba.fastjson.JSONObject |
getLdapUserData() |
com.alibaba.fastjson.JSONObject |
getUserData() |
IFormRequestContext getFormRequestContext()
IExtendedFormRequestContext
. May be used, for example, to access the current form, the
current form data, or the URL parameters.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 © 2021 XIMA MEDIA GmbH. All rights reserved.