NAME
Net::SAML2::Role::ProtocolMessage - Common behaviour for Protocol messages
VERSION
version 0.82
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:
successrequesterresponderpartial
AUTHORS
Chris Andrews <chrisa@cpan.org>
Timothy Legge <timlegge@gmail.com>
COPYRIGHT AND LICENSE
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.