@Deprecated public class OldProvidedNameIdentifier extends NameIdentifier
NameIdentifier
object.Modifier and Type | Field and Description |
---|---|
protected int |
minorVersion
Deprecated.
|
Constructor and Description |
---|
OldProvidedNameIdentifier(Element oldProvidedNameIdentifierElement)
Deprecated.
Constructor to create
OldProvidedNameIdentifier Object
from Document Element. |
OldProvidedNameIdentifier(String securityDomain,
String name)
Deprecated.
Constructor creates
OldProvidedNameIdentifier object. |
OldProvidedNameIdentifier(String name,
String nameQualifier,
String format)
Deprecated.
Constructor to create
OldProvidedNameIdentifier object. |
Modifier and Type | Method and Description |
---|---|
int |
getMinorVersion()
Deprecated.
Returns the
MinorVersion . |
void |
setMinorVersion(int version)
Deprecated.
Sets the
MinorVersion . |
String |
toXMLString()
Deprecated.
Returns a String representation of this object.
|
String |
toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of this object.
|
equals, getFormat, getName, getNameQualifier, setFormat, setName, setNameQualifier, toString, toString
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
.getMinorVersion()
public int getMinorVersion()
MinorVersion
.MinorVersion
.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.XML
String representation of this object.FSMsgException
- if there is an error converting
this object to a string.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.