NAME
XML::Compile::WSS::Timestamp - expiration
INHERITANCE
XML::Compile::WSS::Timestamp
  is a XML::Compile::WSS
SYNOPSIS
# used in combination with any XML schema
my $wss = XML::Compile::WSS::Timestamp->new
  ( ... parametes, some required
  , schema => $anything
  );
# connects itself to a WSDL
my $wss  = XML::Compile::SOAP::WSS->new;
my $wsdl = XML::Compile::WSDL11->new($wsdlfn);
my $ts   = $wss->timestamp
  ( ... same params, never 'schema'
  );
DESCRIPTION
The generic Web Service Security protocol is implemented by the super class XML::Compile::WSS. This extension implements a timestamp record.
Extends "DESCRIPTION" in XML::Compile::WSS.
METHODS
Extends "METHODS" in XML::Compile::WSS.
Constructors
Extends "Constructors" in XML::Compile::WSS.
- XML::Compile::WSS::Timestamp->new(%options)
 - 
-Option --Defined in --Default created now expires undef lifetime undef prepare XML::Compile::WSS 'ALL' schema XML::Compile::WSS undef version XML::Compile::WSS undef wss_version XML::Compile::WSS '1.1' wsu_Id undef- created => DATETIME
 - 
By default, for each constructed message the current time is taken. See XML::Compile::WSS::dateTime() for options on DATETIME. If you specify an empty string, then the
Creatednode will be skipped. - expires => DATETIME
 - 
See XML::Compile::WSS::dateTime() for options on DATETIME. When not defined, the
Expiresnode will be skipped. - lifetime => SECONDS
 - 
When
lifetimeis given and noexpires, then the expiration will be set to thecreatedtime plus this lifetime. In this case, the created time cannot be specified as formatted DATE. - prepare => 'READER'|'WRITER'|'ALL'|'NONE'
 - schema => an XML::Compile::Cache object
 - version => STRING
 - wss_version => '1.1'|MODULE
 - wsu_Id => LABEL
 - 
Adds a
wsu:Idattribute to thewsse:Timestamp. 
 
Attributes
Extends "Attributes" in XML::Compile::WSS.
- $obj->created()
 - $obj->expires()
 - $obj->lifetime()
 - $obj->schema()
 - 
Inherited, see "Attributes" in XML::Compile::WSS
 - $obj->timestamps()
 - 
Returns the "created" and "expires" timestamps. Both may be undef.
 - $obj->wssVersion()
 - 
Inherited, see "Attributes" in XML::Compile::WSS
 - $obj->wsuId()
 
Apply
Extends "Apply" in XML::Compile::WSS.
- $obj->check($security)
 - 
Inherited, see "Apply" in XML::Compile::WSS
 - $obj->create($doc, $security, $data)
 - 
Inherited, see "Apply" in XML::Compile::WSS
 
Helpers
Extends "Helpers" in XML::Compile::WSS.
- $obj->dateTime($time|$string|HASH)
 - 
Inherited, see "Helpers" in XML::Compile::WSS
 
Internals
Extends "Internals" in XML::Compile::WSS.
- $obj->loadSchemas($schema, $version)
 - XML::Compile::WSS::Timestamp->loadSchemas($schema, $version)
 - 
Inherited, see "Internals" in XML::Compile::WSS
 - $obj->writerHookWsuId($type)
 - 
Inherited, see "Internals" in XML::Compile::WSS
 
DETAILS
Extends "DETAILS" in XML::Compile::WSS.
SEE ALSO
This module is part of XML-Compile-WSS distribution version 1.14, built on May 08, 2017. Website: http://perl.overmeer.net/xml-compile/
Please post questions or ideas to the mailinglist at http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile . For live contact with other developers, visit the #xml-compile channel on irc.perl.org.
LICENSE
Copyrights 2011-2017 by [Mark Overmeer]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the Artistic license. See http://dev.perl.org/licenses/artistic.html