public interface BaseID extends BaseIDAbstract
BaseID
is an extension point that allows
applications to add new kinds of identifiers.Modifier and Type | Method and Description |
---|---|
String |
toXMLString()
Returns a String representation
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation
|
getNameQualifier, getSPNameQualifier, isMutable, makeImmutable, setNameQualifier, setSPNameQualifier
String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
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.SAML2Exception
- if something is wrong during conversionString toXMLString() throws SAML2Exception
SAML2Exception
- if something is wrong during conversionCopyright © 2010-2018, ForgeRock All Rights Reserved.