@Deprecated public class SPProvidedNameIdentifier extends NameIdentifier
NameIdentifier
.Constructor and Description |
---|
SPProvidedNameIdentifier(Element spProvidedNameIdentifierElement)
Deprecated.
Constructor creates
SPProvidedNameIdentifier object
from Document Element. |
SPProvidedNameIdentifier(String securityDomain,
String name)
Deprecated.
Constructor creates
SPProvidedNameIdentifier object. |
SPProvidedNameIdentifier(String name,
String nameQualifier,
String format)
Deprecated.
Constructor creates
SPProvidedNameIdentifier object. |
Modifier and Type | Method and Description |
---|---|
int |
getMinorVersion()
Deprecated.
Returns the
MinorVersion attribute. |
void |
setMinorVersion(int version)
Deprecated.
Sets the
MinorVersion attribute. |
String |
toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns the string representation of this object.
|
equals, getFormat, getName, getNameQualifier, setFormat, setName, setNameQualifier, toString, toString
public SPProvidedNameIdentifier(String name, String nameQualifier, String format) throws SAMLException
SPProvidedNameIdentifier
object.name
- The name.nameQualifier
- The nameQualifier.format
- The format.SAMLException
- on errors.public SPProvidedNameIdentifier(Element spProvidedNameIdentifierElement) throws FSMsgException
SPProvidedNameIdentifier
object
from Document Element.spProvidedNameIdentifierElement
- the Document Element.FSMsgException
- on errors.public SPProvidedNameIdentifier(String securityDomain, String name) throws FSMsgException
SPProvidedNameIdentifier
object.securityDomain
- the Security Domainname
- the identifierFSMsgException
- if there is an error .public void setMinorVersion(int version)
MinorVersion
attribute.version
- the MinorVersion
attribute.SPProvidedNameIdentifier.getMinorVersion()
public int getMinorVersion()
MinorVersion
attribute.MinorVersion
attribute.SPProvidedNameIdentifier.setMinorVersion(int)
public String toXMLString() throws FSMsgException
XML
for this elementFSMsgException
- if there is an error creating
XML
string from this object.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
for this elementFSMsgException
- if there is an error creating
XML
string from this object.Copyright © 2010-2018, ForgeRock All Rights Reserved.