Package com.sun.identity.saml2.protocol
Interface SessionIndex
- All Superinterfaces:
XmlSerializable
This class represents the
SessionIndex
element in
SAML protocol schema.
The SessionIndex
element specifies a session index value
of a authenticated principal.
<element name="SessionIndex" type="{http://www.w3.org/2001/XMLSchema}string"/>
-
Method Summary
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getValue
String getValue()Returns theSessionIndex
value.- Returns:
- A String value of the
SessionIndex
-