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

NAME  VERSION  SYNOPSIS  NAME  METHODS  new( ... )  new_from_xml( ... )  as_xml( )  success( )  AUTHORS  COPYRIGHT AND LICENSE 

NAME

Net::SAML2::Protocol::LogoutResponse − SAML2 LogoutResponse Protocol object

VERSION

version 0.74

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 <[email protected]>

Timothy Legge <[email protected]>

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 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.


Updated 2024-01-29 - jenkler.se | uex.se