Manpage logo

Net::SAML2::RequestedAttribute - RequestedAttribute class

NAME  VERSION  SYNOPSIS  DESCRIPTION  METHODS  to_xml  _build_attributes  AUTHORS  COPYRIGHT AND LICENSE 

NAME

Net::SAML2::RequestedAttribute − RequestedAttribute class

VERSION

version 0.83

SYNOPSIS

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();

DESCRIPTION

METHODS

to_xml

Create an XML fragment

_build_attributes

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

AUTHORS

Chris Andrews <[email protected]>

Timothy Legge <[email protected]>

COPYRIGHT AND LICENSE

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.


Updated 2026-06-01 - jenkler.se | uex.se