public interface SessionIndex
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"/>
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns the
SessionIndex value. |
String |
toXMLString()
Returns the
SessionIndex in an XML document String format
based on the SessionIndex schema described above. |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns the
SessionIndex in an XML document String format
based on the SessionIndex schema described above. |
String getValue()
SessionIndex
value.SessionIndex
String toXMLString() throws SAML2Exception
SessionIndex
in an XML document String format
based on the SessionIndex
schema described above.SessionIndex
.SAML2Exception
- if some error occurs during conversion to
String
.String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
SessionIndex
in an XML document String format
based on the SessionIndex
schema described above.includeNSPrefix
- Determines whether or not the namespace qualifier
is prepended to the Element when converteddeclareNS
- Determines whether or not the namespace is declared
within the Element.SessionIndex
.SAML2Exception
- if some error occurs during conversion to
String
.Copyright © 2010-2018, ForgeRock All Rights Reserved.