Package com.sun.identity.saml2.protocol
Interface SessionIndex
- 
- All Superinterfaces:
 XmlSerializable
@SupportedAll public interface SessionIndex extends XmlSerializable
This class represents theSessionIndexelement in SAML protocol schema. TheSessionIndexelement 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 StringgetValue()Returns theSessionIndexvalue.- 
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getValue
String getValue()
Returns theSessionIndexvalue.- Returns:
 - A String value of the 
SessionIndex 
 
 - 
 
 -