public class OldProvidedNameIdentifier extends NameIdentifier
NameIdentifier
object.Modifier and Type | Field and Description |
---|---|
protected int |
minorVersion |
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
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.XML
String representation of this object.FSMsgException
- if there is an error converting
this object to a string.Copyright © 2010-2013, ForgeRock All Rights Reserved.