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

NAME

Authen::NZRealMe::ResolutionRequest - Generate a SOAP request for resolving an artifact to an FLT

DESCRIPTION

This package is used by the Authen::NZRealMe::ServiceProvider to generate a properly formatted SOAP Request containing a SAML2 ArtifactResolve message to resolve an artifact to an FLT.

METHODS

new

Constructor. Should not be called directly. Instead, call the resolve_artifact method on the service provider object.

artifact

Accessor method to return the (base64 encoded) artifact string as returned by the NZ RealMe Login service Identity Provider.

request_id

Accessor for the generated unique ID for this request.

issuer

Accessor for the entity ID of the Service Provider which generated the request.

request_time

Accessor for the request creation time formatted as an ISO date/time string.

destination_url

Accessor for the URL of the Identity Provider's artifact resolution service, to which this request will be sent.

soap_request

Accessor for the XML document which will be sent as a SOAP request to the Identity Provider's artifact resolution service.

SEE ALSO

See Authen::NZRealMe for documentation index.

LICENSE AND COPYRIGHT

Copyright (c) 2010-2019 Enrolment Services, New Zealand Electoral Commission

Written by Grant McLean <grant@catalyst.net.nz>

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.