The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::SAML2::Protocol::LogoutResponse - SAML2 LogoutResponse Protocol object

VERSION

version 0.48

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.

AUTHOR

Chris Andrews <chrisa@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by Chris Andrews and Others, see the git log.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.