com.sun.identity.saml2.assertion
インタフェース BaseID

すべてのスーパーインタフェース:
BaseIDAbstract

public interface BaseID
extends BaseIDAbstract

The BaseID is an extension point that allows applications to add new kinds of identifiers.


メソッドの概要
 String toXMLString()
          Returns a String representation
 String toXMLString(boolean includeNSPrefix, boolean declareNS)
          Returns a String representation
 
インタフェース com.sun.identity.saml2.assertion.BaseIDAbstract から継承されたメソッド
getNameQualifier, getSPNameQualifier, isMutable, makeImmutable, setNameQualifier, setSPNameQualifier
 

メソッドの詳細

toXMLString

String toXMLString(boolean includeNSPrefix,
                   boolean declareNS)
                   throws SAML2Exception
Returns a String representation

パラメータ:
includeNSPrefix - Determines whether or not the namespace qualifier is prepended to the Element when converted
declareNS - Determines whether or not the namespace is declared within the Element.
戻り値:
A String representation
例外:
SAML2Exception - if something is wrong during conversion

toXMLString

String toXMLString()
                   throws SAML2Exception
Returns a String representation

戻り値:
A String representation
例外:
SAML2Exception - if something is wrong during conversion