Class OpenServiceBrokerRequest

    • Constructor Detail

      • OpenServiceBrokerRequest

        public OpenServiceBrokerRequest()
    • Method Detail

      • getBrokerAPIVersion

        public BrokerAPIVersion getBrokerAPIVersion()
        Returns Broker API Version sent by the platform.
        Returns:
        the Broker API Version object
      • isAcceptsIncomplete

        public boolean isAcceptsIncomplete()
        Returns if the accepts_ncomplete query parameter is set to true.
        Returns:
        true if the accepts_ncomplete query parameter is set to true, false otherwise
      • getOriginatingIdentity

        public OriginatingIdentity getOriginatingIdentity()
        Returns Originating Identity sent by the platform.
        Returns:
        the Originating Identity object
      • getRequestBody

        public JSONObject getRequestBody()
        Returns the body of the request.
        Returns:
        the request body or null if there is no request body
      • getHttpServletRequest

        public javax.servlet.http.HttpServletRequest getHttpServletRequest()
        Returns the HTTP request object.
        Returns:
        the HTTP request object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object