DocBook|Search
Class Reference
%SOAP.WST.RequestSecurityTokenResponse
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%SOAP] >  [WST] >  [RequestSecurityTokenResponse]
Private  Storage  

class %SOAP.WST.RequestSecurityTokenResponse extends %RegisteredObject, %XML.Adaptor

RequestSecurityTokenResponse as used for response body in WS-Trust 1.3.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 37 3


Summary

Properties
AllowPostdating AppliesTo AuthenticationType CanonicalizationAlgorithm
Claims ComputedKeyAlgorithm Context Delegatable
DelegateTo EncryptWith Encryption EncryptionAlgorithm
Entropy Forwardable Issuer KeySize
KeyType KeyWrapAlgorithm Lifetime OnBehalfOf
Participants Policy PolicyReference ProofEncryption
RenewTarget Renewing RequestType RequestedAttachedReference
RequestedProofToken RequestedSecurityToken RequestedTokenCancelled RequestedUnattachedReference
SignWith SignatureAlgorithm Status TokenType
UseKey

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject MakeFault XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Parameters

• parameter ELEMENTQUALIFIED = 1;
ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute. NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.
• parameter NAMESPACE = "http://docs.oasis-open.org/ws-sx/ws-trust/200512";
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";
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.
• parameter XMLIGNOREINVALIDTAG = 1;
The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected elements in the XML input. By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error. If XMLIGNOREINVALIDTAG is set = 1, then unexpected elements will be ignored.
• parameter XMLPREFIX = "wst";
The XMLPREFIX parameter controls the prefix to be used for the XML namespace that is given by the NAMESPACE parameter.
• parameter XMLSEQUENCE = 0;
If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.

Properties

• property AllowPostdating as %String;
• property AppliesTo as %XML.String(REFNAMESPACE="http://www.w3.org/ns/ws-policy",XMLREF=1);
• property AuthenticationType as %xsd.anyURI;
• property CanonicalizationAlgorithm as %xsd.anyURI;
• property Claims as %SOAP.WST.Claims;
• property ComputedKeyAlgorithm as %xsd.anyURI;
• property Context as %xsd.anyURI(XMLPROJECTION="attribute");
• property Delegatable as %Boolean;
• property DelegateTo as %SOAP.WST.Target;
• property EncryptWith as %xsd.anyURI;
• property Encryption as %XML.String;
• property EncryptionAlgorithm as %xsd.anyURI;
• property Entropy as %SOAP.WST.Entropy;
• property Forwardable as %Boolean;
• property Issuer as %SOAP.Addressing.EndpointReference(REFNAMESPACE="http://www.w3.org/2005/08/addressing",XMLREF=1);
• property KeySize as %xsd.unsignedInt;
• property KeyType as %xsd.anyURI;
• property KeyWrapAlgorithm as %xsd.anyURI;
• property Lifetime as %SOAP.WST.Lifetime;
• property OnBehalfOf as %SOAP.WST.Target;
• property Participants as %SOAP.WST.Participants;
• property Policy as %SOAP.Policy(REFNAMESPACE="http://www.w3.org/ns/ws-policy",XMLREF=1);
• property PolicyReference as %SOAP.PolicyReference(REFNAMESPACE="http://www.w3.org/ns/ws-policy",XMLREF=1);
• property ProofEncryption as %SOAP.WST.Target;
• property RenewTarget as %SOAP.WST.Target;
• property Renewing as %SOAP.WST.Renewing;
• property RequestType as %xsd.anyURI(XMLREF=1) [ Required ];
• property RequestedAttachedReference as %XML.String;
• property RequestedProofToken as %SOAP.WST.RequestedProofToken;
• property RequestedSecurityToken as %SOAP.WST.RequestedSecurityToken;
• property RequestedTokenCancelled as %String;
• property RequestedUnattachedReference as %XML.String;
• property SignWith as %xsd.anyURI;
• property SignatureAlgorithm as %xsd.anyURI;
• property Status as %SOAP.WST.Status;
• property TokenType as %xsd.anyURI(XMLREF=1);
• property UseKey as %SOAP.WST.Target;

Methods

• classmethod MakeFault(faultCode As %String) as %SOAP.Fault
Create a WS-Trust security fault.