Class FortRequest


  • public class FortRequest
    extends Object
    This class is used to pass request data to Fortress Rest server.

    This class is not thread safe.

    Author:
    Apache Directory Project
    • Constructor Detail

      • FortRequest

        public FortRequest()
    • Method Detail

      • setEntity

        public void setEntity​(FortEntity entity)
      • setEntity2

        public void setEntity2​(FortEntity entity2)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getSession

        public Session getSession()
      • setSession

        public void setSession​(Session session)
      • getLimit

        public Integer getLimit()
      • setLimit

        public void setLimit​(Integer limit)
      • getContextId

        public String getContextId()
      • setContextId

        public void setContextId​(String contextId)
      • getIsFlag

        public Boolean getIsFlag()
      • setIsFlag

        public void setIsFlag​(Boolean isFlag)