|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| Field Summary | |
|---|---|
protected int |
minorVersion
|
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.sun.identity.saml.assertion.NameIdentifier |
|---|
equals, getFormat, getName, getNameQualifier, setFormat, setName, setNameQualifier, toString, toString |
| Field Detail |
|---|
protected int minorVersion
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||