Skip to main content

%SOAP.Security.Timestamp

class %SOAP.Security.Timestamp extends %SOAP.Security.Element

Timestamp element for SOAP Security header.

Property Inventory

Method Inventory

Parameters

parameter NAMESPACE = http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.
parameter XMLFORMAT = literal;
Inherited description: The XMLFORMAT parameter controls the generation of the XMLExport and XMLImport methods for XML enabled classes to include code for only literal or only encoded format. This allows the generated routines to be significantly smaller since usually both formats are not needed.

If XMLFORMAT="Literal", then only support for literal format import and export is generated.

If XMLFORMAT="Encoded", then only support for SOAP encoded format import and export is generated.

The default is to generate support for both literal and encoded format.

Properties

property Created as %xsd.dateTime;
Property methods: CreatedDisplayToLogical(), CreatedGet(), CreatedIsValid(), CreatedLogicalToDisplay(), CreatedLogicalToXSD(), CreatedNormalize(), CreatedOdbcToLogical(), CreatedSet(), CreatedXSDToLogical()
property Expires as %xsd.dateTime;
Property methods: ExpiresDisplayToLogical(), ExpiresGet(), ExpiresIsValid(), ExpiresLogicalToDisplay(), ExpiresLogicalToXSD(), ExpiresNormalize(), ExpiresOdbcToLogical(), ExpiresSet(), ExpiresXSDToLogical()
property TimestampAtEnd as %Boolean (XMLPROJECTION = "NONE");
If TimestampAtEnd is false, then this Timestamp element is put first in the element list. The default is false. If TimestampAtEnd is true, then this Timestamp element is put last in the element list.
Property methods: TimestampAtEndDisplayToLogical(), TimestampAtEndGet(), TimestampAtEndIsValid(), TimestampAtEndLogicalToDisplay(), TimestampAtEndLogicalToXSD(), TimestampAtEndNormalize(), TimestampAtEndSet(), TimestampAtEndXSDToLogical()

Methods

classmethod Create(interval As %Integer = 300) as %SOAP.Security.Timestamp
Create a Timestamp element that expires in seconds.

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab