@Deprecated public class OldProvidedNameIdentifier extends NameIdentifier
NameIdentifier
object.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
- The name.nameQualifier
- The nameQualifier.format
- The 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
- The security domain.name
- The 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
FSMsgException
- If there is an error converting this object to a string.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-2018, ForgeRock All Rights Reserved.