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.28

DESCRIPTION

Provides default ID and timestamp arguments for Protocol classes.

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

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

AUTHOR

Original Author: Chris Andrews <chrisa@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Chris Andrews and Others; in detail:

  Copyright 2010-2011  Chris Andrews
            2012       Peter Marschall
            2017       Alessandro Ranellucci
            2019       Timothy Legge
            2020       Timothy Legge, Wesley Schwengle

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.