public class PluginFormPrePersistParams extends Object implements IPluginFormPrePersistParams
Constructor and Description |
---|
PluginFormPrePersistParams(IFormRequestContext context) |
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
getFormRequestContext() |
com.alibaba.fastjson.JSONObject |
getLdapUserData()
Deprecated.
|
com.alibaba.fastjson.JSONObject |
getUserData() |
public PluginFormPrePersistParams(IFormRequestContext context)
public IFormRequestContext getFormRequestContext()
getFormRequestContext
in interface IPluginFormPrePersistParams
IExtendedFormRequestContext
The current form request context that may be used to access the
submitted form data.public com.alibaba.fastjson.JSONObject getUserData()
getUserData
in interface IPluginFormPrePersistParams
@Deprecated public com.alibaba.fastjson.JSONObject getLdapUserData()
getLdapUserData
in interface IPluginFormPrePersistParams
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 © 2021 XIMA MEDIA GmbH. All rights reserved.