%SAML.Assertion
class %SAML.Assertion extends %SOAP.WST.AbstractToken, %SOAP.Security.Element, %SAML.AssertionReference
SAML Assert Token for SOAP Security header.Property Inventory
Method Inventory
Parameters
parameter ELEMENTQUALIFIED = 0;
Inherited description: 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 = urn:oasis:names:tc:SAML:2.0:assertion;
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.
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 XMLPREFIX = saml;
Inherited description: The XMLPREFIX parameter controls the prefix to be used for the XML namespace that
is given by the NAMESPACE parameter.
parameter XMLSEQUENCE = 1;
Need to distinguish the 2 different possible Signature elements.
Properties
property Advice as list of %SAML.AssertionReference (REFELEMENTQUALIFIED = 1, XMLREF = 1, XMLTYPECONSTRAINT = "choice");
Property methods: AdviceBuildValueArray(), AdviceCollectionToDisplay(), AdviceCollectionToOdbc(), AdviceDisplayToCollection(), AdviceGet(), AdviceGetObject(), AdviceGetObjectId(), AdviceGetSwizzled(), AdviceIsValid(), AdviceOdbcToCollection(), AdviceSet(), AdviceSetObject(), AdviceSetObjectId()
property Conditions as %SAML.Conditions (XMLREF = 1);
Property methods: ConditionsGet(), ConditionsGetSwizzled(), ConditionsIsValid(), ConditionsNewObject(), ConditionsSet()
property IssueInstant as %xsd.dateTime (XMLPROJECTION = "attribute") [ Required ];
Property methods: IssueInstantDisplayToLogical(), IssueInstantGet(), IssueInstantIsValid(), IssueInstantLogicalToDisplay(), IssueInstantLogicalToXSD(), IssueInstantNormalize(), IssueInstantOdbcToLogical(), IssueInstantSet(), IssueInstantXSDToLogical()
property Issuer as %SAML.NameID (XMLREF = 1) [ Required ];
Property methods: IssuerGet(), IssuerGetSwizzled(), IssuerIsValid(), IssuerNewObject(), IssuerSet()
property SAMLID as %String) [ Required ];
Property methods: SAMLIDDisplayToLogical(), SAMLIDGet(), SAMLIDIsValid(), SAMLIDLogicalToDisplay(), SAMLIDLogicalToOdbc(), SAMLIDNormalize(), SAMLIDSet()
property Signature as %XML.Security.Signature (REFELEMENTQUALIFIED = 1, REFNAMESPACE = "http://www.w3.org/2000/09/xmldsig#", XMLREF = 1);
Property methods: SignatureGet(), SignatureGetSwizzled(), SignatureIsValid(), SignatureNewObject(), SignatureSet()
property Statement as list of %SAML.Statement (XMLPROJECTION = "element", XMLREF = 1, XMLTYPECONSTRAINT = "choice");
Property methods: StatementBuildValueArray(), StatementCollectionToDisplay(), StatementCollectionToOdbc(), StatementDisplayToCollection(), StatementGet(), StatementGetObject(), StatementGetObjectId(), StatementGetSwizzled(), StatementIsValid(), StatementOdbcToCollection(), StatementSet(), StatementSetObject(), StatementSetObjectId()
property Subject as %SAML.Subject (XMLREF = 1);
Property methods: SubjectGet(), SubjectGetSwizzled(), SubjectIsValid(), SubjectNewObject(), SubjectSet()
property Version as %String) [ Required ];
Property methods: VersionDisplayToLogical(), VersionGet(), VersionIsValid(), VersionLogicalToDisplay(), VersionLogicalToOdbc(), VersionNormalize(), VersionSet()
Methods
classmethod Create() as %SAML.Assertion
Create an unsigned SAML Asssertion
classmethod CreateX509(credentials As %SYS.X509Credentials, referenceOption As %Integer) as %SAML.Assertion
Create an SAML Asssertion with WS-Security Signature based on X.509 credentials.
method GetX509Credentials() as %SYS.X509Credentials
Get the X.509 credentials associated with this Security header element on input.
classmethod XMLNew(document As %XML.Document, nodeId As %Integer, containerOref As %RegisteredObject = "") as %RegisteredObject
Save the node if when getting a new class instance.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()