NAME
Authen::NZRealMe::ICMSResolutionRequest - Generate a WS-Trust request for resolving an opaque token to a RealMe FLT.
DESCRIPTION
This package is used by the Authen::NZRealMe::ServiceProvider to generate a properly formatted WS-Trust Request containing an opaque token to resolve to an FLT.
METHODS
new
Constructor. Should not be called directly. Instead, call the resolve_artifact
method on the service provider with the 'resolve_flt' option set to a true value.
icms_token
Accessor method to return the XML opaque token string as provided by the assertion service
request_id
Accessor for the generated unique ID for this request.
request_data
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 FLT resolution service, to which this request will be sent.
request_data
Accessor for the XML document which will be sent as a SOAP request to the context mapping service (ICMS).
SEE ALSO
See Authen::NZRealMe for documentation index.
LICENSE AND COPYRIGHT
Copyright (c) 2010-2022 Enrolment Services, New Zealand Electoral Commission
Written by Haydn Newport <haydn@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.