+xns/Certification
Data: SAMLAssertion

+xns/Core/XNSObject
   |
   +--+xns/Certification/SAMLAssertion


A SAML assertion; a package of information that supplies one or more statements made by an issuer. See specification at www.oasis-open.org. In our implementation, the SAML assertion is abstract; more specific assertion classes are derived from this class. The concepts underlying these more specific classes are discussed in the SAML specification.


 

Data Elements
+xns/Core/URI Audience A URI that identifies an intended audience for this assertion.
String Issuer Address of the identity that issued the assertion.
+xns/Core/XMLDateTime NotBefore Time instant at which the validity interval begins.
+xns/Core/XMLDateTime NotOnOrAfter Time instant at which the validity interval ends.
 

Element Detail

Audience

A URI that identifies an intended audience for this assertion.  

DataType: +xns/Core/URI
 


Issuer

Address of the identity that issued the assertion. If this is a SAML assertion issued by XNS, the address should be of type +xns/Core/IdentityAddress.  

DataType: String
 


NotBefore

Time instant at which the validity interval begins.  

DataType: +xns/Core/XMLDateTime
 


NotOnOrAfter

Time instant at which the validity interval ends.  

DataType: +xns/Core/XMLDateTime
 


Publishing Identity: +xns
© 2002 XNSORG
Last Updated: 07/09/2002