Class PowerAuthRequestBody

java.lang.Object
io.getlime.security.powerauth.rest.api.base.model.PowerAuthRequestBody

public class PowerAuthRequestBody
extends java.lang.Object
Class representing HTTP request body.
Author:
Roman Strobl, roman.strobl@wultra.com
  • Constructor Summary

    Constructors
    Constructor Description
    PowerAuthRequestBody()
    Default constructor for empty HTTP request body.
    PowerAuthRequestBody​(byte[] requestBytes)
    Constructor with HTTP request body bytes.
  • Method Summary

    Modifier and Type Method Description
    byte[] getRequestBytes()
    Get HTTP request body bytes.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PowerAuthRequestBody

      public PowerAuthRequestBody()
      Default constructor for empty HTTP request body.
    • PowerAuthRequestBody

      public PowerAuthRequestBody​(byte[] requestBytes)
      Constructor with HTTP request body bytes.
      Parameters:
      requestBytes - HTTP request body bytes.
  • Method Details

    • getRequestBytes

      public byte[] getRequestBytes()
      Get HTTP request body bytes.
      Returns:
      HTTP request body bytes.