Interface IPluginFormPrePersistParams

    • Method Detail

      • getLdapUserData

        com.alibaba.fastjson.JSONObject getLdapUserData()
        Specified by:
        getLdapUserData in interface IFormLifecycleExecuteParams
        Returns:
        A 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
      • getUserData

        com.alibaba.fastjson.JSONObject getUserData()
        Specified by:
        getUserData in interface IFormLifecycleExecuteParams
        Returns:
        A JSONObject with the current data for the authenticated user. When the current form does not require authorization, this may return an empty JSONObject