public class PluginFormPreProcessParams extends Object implements IPluginFormPreProcessParams
Constructor and Description |
---|
PluginFormPreProcessParams(IFormRequestContext ctx,
Vorgang vorgang) |
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
getFormRequestContext() |
com.alibaba.fastjson.JSONObject |
getLdapUserData()
Deprecated.
|
com.alibaba.fastjson.JSONObject |
getUserData() |
Vorgang |
getVorgang() |
public PluginFormPreProcessParams(IFormRequestContext ctx, Vorgang vorgang)
public IFormRequestContext getFormRequestContext()
getFormRequestContext
in interface IPluginFormPreProcessParams
IExtendedFormRequestContext
The current form request context that may be used to access the
submitted form data.public Vorgang getVorgang()
getVorgang
in interface IPluginFormPreProcessParams
Vorgang
. It is newly created if the form was just submitted for the first time. When
the form is resubmitted, this is the existing Vorgang
.public com.alibaba.fastjson.JSONObject getUserData()
getUserData
in interface IPluginFormPreProcessParams
@Deprecated public com.alibaba.fastjson.JSONObject getLdapUserData()
getLdapUserData
in interface IPluginFormPreProcessParams
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.