+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 |
Publishing Identity: +xns © 2002 XNSORG |
Last Updated: 07/09/2002 |