Class FRQSession

    • Field Detail

      • isAnonymize

        protected boolean isAnonymize
    • Method Detail

      • getId

        public String getId()
        Returns:
        the formSessionId
      • getMandantId

        public long getMandantId()
        Returns:
        the mandantId
      • getProjectId

        public long getProjectId()
        Returns:
        the projectId
      • getFormVersionId

        public long getFormVersionId()
        Returns:
        the formVersionId
      • setUser

        public void setUser​(Benutzer formUser)
      • getUserProfile

        public org.pac4j.core.profile.CommonProfile getUserProfile()
      • setUserProfile

        public void setUserProfile​(org.pac4j.core.profile.CommonProfile formProfile)
      • getRequestUrl

        public String getRequestUrl()
      • setRequestUrl

        public void setRequestUrl​(String requestUrl)
      • setInProcess

        public void setInProcess​(boolean inProcess)
      • isInProcess

        public boolean isInProcess()
      • setAnonymize

        public void setAnonymize​(boolean anonymize)
      • isAnonymize

        public boolean isAnonymize()
      • createUserDataJSON

        public com.alibaba.fastjson.JSONObject createUserDataJSON()
      • getLocale

        public Locale getLocale()
      • setLocale

        public void setLocale​(Locale locale)
      • getUserLdapData

        @Deprecated
        public com.alibaba.fastjson.JSONObject getUserLdapData()
        Deprecated.
      • setUserLdapData

        @Deprecated
        public void setUserLdapData​(com.alibaba.fastjson.JSONObject userLdapData)
        Deprecated.