NAME
Net::SAML2::Protocol::LogoutResponse - the SAML2 LogoutResponse object
SYNOPSIS
my $logout_req = Net::SAML2::Protocol::LogoutResponse->new(
issuer => $issuer,
destination => $destination,
status => $status,
response_to => $response_to,
);
METHODS
new( ... )
Constructor. Returns an instance of the LogoutResponse object.
Arguments:
* issuer - the SP's identity URI
* destination - the IdP's identity URI
* status - the response status
* response_to - the request ID we're responding to
new_from_xml
Create a LogoutResponse object from the given XML.
as_xml()
Returns the LogoutResponse as XML.
success
Returns true if the Response's status is Success.