-
-
18 Apr 2021 23:37:18 UTC
- Distribution: Authen-NZRealMe
- Module version: 1.23
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (56 / 0 / 5)
- Kwalitee
Bus factor: 2- % Coverage
- License: perl_5
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (165.52KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Andrew Maguire
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.
Module Install Instructions
To install Authen::NZRealMe, copy and paste the appropriate command in to your terminal.
cpanm Authen::NZRealMe
perl -MCPAN -e shell install Authen::NZRealMe
For more information on module installation, please visit the detailed CPAN module installation guide.