|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.saml.assertion.NameIdentifier
com.sun.identity.federation.message.common.OldProvidedNameIdentifier
public class OldProvidedNameIdentifier
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 |
| フィールドの詳細 |
|---|
protected int minorVersion
| コンストラクタの詳細 |
|---|
public OldProvidedNameIdentifier(String name,
String nameQualifier,
String format)
throws SAMLException
OldProvidedNameIdentifier object.
name - nameQualifier - format -
SAMLException - on error.
public OldProvidedNameIdentifier(Element oldProvidedNameIdentifierElement)
throws FSMsgException
OldProvidedNameIdentifier Object
from Document Element.
oldProvidedNameIdentifierElement - the Document Element.
FSMsgException - if object cannot be created.
public OldProvidedNameIdentifier(String securityDomain,
String name)
throws FSMsgException
OldProvidedNameIdentifier object.
securityDomain - name -
FSMsgException - it there is an error creating this object.| メソッドの詳細 |
|---|
public void setMinorVersion(int version)
MinorVersion.
version - the MinorVersion.OldProvidedNameIdentifier.getMinorVersion()public int getMinorVersion()
MinorVersion.
MinorVersion.OldProvidedNameIdentifier.setMinorVersion(int)
public String toXMLString()
throws FSMsgException
FSMsgExceptionif - there is an error converting
this object to a string.
FSMsgException
public String toXMLString(boolean includeNS,
boolean declareNS)
throws FSMsgException
includeNS - : 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.
XMLString representation of this object.
FSMsgException - if there is an error converting
this object to a string.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||