Class PostRequestHttpObject<T extends RequestAbstractType>

java.lang.Object
se.swedenconnect.opensaml.saml2.request.PostRequestHttpObject<T>
Type Parameters:
T - the type of the request
All Implemented Interfaces:
RequestHttpObject<T>

public class PostRequestHttpObject<T extends RequestAbstractType> extends Object implements RequestHttpObject<T>
A RequestHttpObject for sending using HTTP POST.

If signature credentials are supplied when creating the object the request will be signed.

Author:
Martin Lindström (martin@idsec.se)