GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::SAML2::Protocol::LogoutRequest(3) User Contributed Perl Documentation Net::SAML2::Protocol::LogoutRequest(3)

Net::SAML2::Protocol::LogoutRequest - SAML2 LogoutRequest Protocol object

version 0.82

    my $logout_req = Net::SAML2::Protocol::LogoutRequest->new(
        issuer      => $issuer,
        destination => $destination,
        nameid      => $nameid,
        session     => $session,
    );

Constructor. Returns an instance of the LogoutRequest object.

Arguments:

Session to log out
NameID of the user to log out
IdP's identity URI this is required for a signed message but likely should be sent regardless

The following options alter the output of the NameID element

When supplied adds the Format attribute to the NameID
When supplied adds the SPProvidedID attribute to the NameID
Tell the module to include the NameQualifier and SPNameQualifier attributes in the NameID. Defaults to false unless the nameid_format equals "urn:oasis:names:tc:SAML:2.0:nameidformat:persistent"
When supplied sets the NameQualifier attribute. When not supplied, this defaults to the destination.
When supplied sets the SPNameQualifier attribute. When not supplied, this defaults to the issuer.

Create a LogoutRequest object from the given XML.

Arguments:

XML data

Returns the LogoutRequest as XML.

  • Chris Andrews <chrisa@cpan.org>
  • Timothy Legge <timlegge@gmail.com>

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

2025-05-27 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.