NAME

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

VERSION

version 0.81

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 <chrisa@cpan.org>

  • Timothy Legge <timlegge@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2024 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.