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