NAME
Net::SAML2::Protocol::LogoutResponse - SAML2 LogoutResponse Protocol object
VERSION
version 0.78
SYNOPSIS
my $logout_req = Net::SAML2::Protocol::LogoutResponse->new(
issuer => $issuer,
destination => $destination,
status => $status,
response_to => $response_to,
);
NAME
Net::SAML2::Protocol::LogoutResponse - the SAML2 LogoutResponse object
METHODS
new( ... )
Constructor. Returns an instance of the LogoutResponse object.
Arguments:
- issuer
-
SP's identity URI
- destination
-
IdP's identity URI
- status
-
response status
- response_to
-
request ID we're responding to
new_from_xml( ... )
Create a LogoutResponse object from the given XML.
Arguments:
- xml
-
XML data
as_xml( )
Returns the LogoutResponse as XML.
success( )
Returns true if the Response's status is Success.
AUTHORS
Chris Andrews <chrisa@cpan.org>
Timothy Legge <timlegge@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS file for others.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.