com.sun.identity.federation.message.common
クラス OldProvidedNameIdentifier

java.lang.Object
  上位を拡張 com.sun.identity.saml.assertion.NameIdentifier
      上位を拡張 com.sun.identity.federation.message.common.OldProvidedNameIdentifier

public class OldProvidedNameIdentifier
extends NameIdentifier

This class has methods to create the original NameIdentifier object.


フィールドの概要
protected  int minorVersion
           
 
コンストラクタの概要
OldProvidedNameIdentifier(Element oldProvidedNameIdentifierElement)
          Constructor to create OldProvidedNameIdentifier Object from Document Element.
OldProvidedNameIdentifier(String securityDomain, String name)
          Constructor creates OldProvidedNameIdentifier object.
OldProvidedNameIdentifier(String name, String nameQualifier, String format)
          Constructor to create OldProvidedNameIdentifier object.
 
メソッドの概要
 int getMinorVersion()
          Returns the MinorVersion.
 void setMinorVersion(int version)
          Sets the MinorVersion.
 String toXMLString()
          Returns a String representation of this object.
 String toXMLString(boolean includeNS, boolean declareNS)
          Returns a String representation of this object.
 
クラス com.sun.identity.saml.assertion.NameIdentifier から継承されたメソッド
equals, getFormat, getName, getNameQualifier, setFormat, setName, setNameQualifier, toString, toString
 

フィールドの詳細

minorVersion

protected int minorVersion
コンストラクタの詳細

OldProvidedNameIdentifier

public OldProvidedNameIdentifier(String name,
                                 String nameQualifier,
                                 String format)
                          throws SAMLException
Constructor to create OldProvidedNameIdentifier object.

パラメータ:
name -
nameQualifier -
format -
例外:
SAMLException - on error.

OldProvidedNameIdentifier

public OldProvidedNameIdentifier(Element oldProvidedNameIdentifierElement)
                          throws FSMsgException
Constructor to create OldProvidedNameIdentifier Object from Document Element.

パラメータ:
oldProvidedNameIdentifierElement - the Document Element.
例外:
FSMsgException - if object cannot be created.

OldProvidedNameIdentifier

public OldProvidedNameIdentifier(String securityDomain,
                                 String name)
                          throws FSMsgException
Constructor creates OldProvidedNameIdentifier object.

パラメータ:
securityDomain -
name -
例外:
FSMsgException - it there is an error creating this object.
メソッドの詳細

setMinorVersion

public void setMinorVersion(int version)
Sets the MinorVersion.

パラメータ:
version - the MinorVersion.
関連項目:
OldProvidedNameIdentifier.getMinorVersion()

getMinorVersion

public int getMinorVersion()
Returns the MinorVersion.

戻り値:
the MinorVersion.
関連項目:
OldProvidedNameIdentifier.setMinorVersion(int)

toXMLString

public String toXMLString()
                   throws FSMsgException
Returns a String representation of this object.

戻り値:
a String representation of this object.
例外:
FSMsgExceptionif - there is an error converting this object to a string.
FSMsgException

toXMLString

public String toXMLString(boolean includeNS,
                          boolean declareNS)
                   throws FSMsgException
Returns a String representation of this object.

パラメータ:
includeNS - : 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 XMLString representation of this object.
例外:
FSMsgException - if there is an error converting this object to a string.