Net::SAML2::AttributeConsumingService − An attribute consuming service object
version 0.83
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;
Create an XML fragment for this object
Add a way to add requested attributes
|
• |
Chris Andrews <[email protected]> |
|||
|
• |
Timothy Legge <[email protected]> |
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.