![]() |
![]()
| ![]() |
![]()
NAMENet::SAML2::AttributeConsumingService - An attribute consuming service object VERSIONversion 0.82 SYNOPSISuse 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; DESCRIPTIONMETHODSto_xmlCreate an XML fragment for this object add_attributesAdd a way to add requested attributes AUTHORS
COPYRIGHT AND LICENSEThis 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.
|