Class PowerAuthRequestBody
java.lang.Object
io.getlime.security.powerauth.rest.api.spring.model.PowerAuthRequestBody
public class PowerAuthRequestBody extends 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.
-
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.
-