public class PluginFormPreRenderParams extends Object implements IPluginFormPreRenderParams
Constructor and Description |
---|
PluginFormPreRenderParams(IFormRequestContext context) |
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
getFormRequestContext() |
com.alibaba.fastjson.JSONObject |
getLdapUserData()
Deprecated.
|
com.alibaba.fastjson.JSONObject |
getUserData() |
public PluginFormPreRenderParams(IFormRequestContext context)
public IFormRequestContext getFormRequestContext()
getFormRequestContext
in interface IPluginFormPreRenderParams
IExtendedFormRequestContext
. May be used, for example, to access the current form, the
current form data, or the URL parameters.public com.alibaba.fastjson.JSONObject getUserData()
getUserData
in interface IPluginFormPreRenderParams
@Deprecated public com.alibaba.fastjson.JSONObject getLdapUserData()
getLdapUserData
in interface IPluginFormPreRenderParams
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
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.