Manpage logo

Net::SAML2::AttributeConsumingService - An attribute consuming service object

NAME  VERSION  SYNOPSIS  DESCRIPTION  METHODS  to_xml  add_attributes  AUTHORS  COPYRIGHT AND LICENSE 

NAME

Net::SAML2::AttributeConsumingService − An attribute consuming service object

VERSION

version 0.83

SYNOPSIS

use Net::SAML2::AttributeConsumingService;
my $service = Net::SAML2::AttributeConsumingService−>new(
# required
service_name => 'My Service Name',
index => 1,
#optional
service_description => 'My Service description',
# defaults to:
namespace => 'md',
default => 0,
);
my $fragment = $service−>to_xml;

DESCRIPTION

METHODS

to_xml

Create an XML fragment for this object

add_attributes

Add a way to add requested attributes

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