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::RequestedAttribute(3) User Contributed Perl Documentation Net::SAML2::RequestedAttribute(3)

Net::SAML2::RequestedAttribute - RequestedAttribute class

version 0.82

  use Net::SAML2::RequestedAttribute;
  my $attr = Net::SAML2::RequestedAttribute->new(
    # required
    name => 'Some:urn',
    # defaults to:
    namespace => 'md',
    # optional
    friendly_name => 'foo',
    required => 1,
  );
  my $fragment = $var->to_xml();

Create an XML fragment

A requested attribute can hold other attributes than the ones specified in the XSD of <https://docs.oasis-open.org/security/saml/v2.0/saml-schema-assertion-2.0.xsd>.

This method allows to override the attributes for the RequestedAttribute node where you can add/remove/replace or change the order of the attributes. In other OO frameworks this method would have been protected or common (Object::Pad/Corrina).

  • 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.