Package com.sun.identity.saml2.assertion
Interface BaseID
-
- All Superinterfaces:
BaseIDAbstract
@SupportedAll public interface BaseID extends BaseIDAbstract
TheBaseID
is an extension point that allows applications to add new kinds of identifiers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toXMLString()
Returns a String representationString
toXMLString(boolean includeNSPrefix, boolean declareNS)
Returns a String representation-
Methods inherited from interface com.sun.identity.saml2.assertion.BaseIDAbstract
getNameQualifier, getSPNameQualifier, isMutable, makeImmutable, setNameQualifier, setSPNameQualifier
-
-
-
-
Method Detail
-
toXMLString
String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
Returns a String representation- Parameters:
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.- Returns:
- A String representation
- Throws:
SAML2Exception
- if something is wrong during conversion
-
toXMLString
String toXMLString() throws SAML2Exception
Returns a String representation- Returns:
- A String representation
- Throws:
SAML2Exception
- if something is wrong during conversion
-
-