The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::SAML2::Role::ProtocolMessage - Common behaviour for Protocol messages

VERSION

version 0.78

DESCRIPTION

Provides default ID and timestamp arguments for Protocol classes.

Provides a status-URI lookup method for the statuses used by this implementation.

NAME

Net::SAML2::Role::ProtocolMessage - the SAML2 ProtocolMessage Role object

CONSTRUCTOR ARGUMENTS

issuer

URI of issuer

issuer_namequalifier

NameQualifier attribute for Issuer

issuer_format

Format attribute for Issuer

destination

URI of Destination

METHODS

status_uri( $status )

Provides a mapping from short names for statuses to the full status URIs.

Legal short names for $status are:

success
requester
responder

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.