Package com.sun.identity.saml2.assertion
Interface NameIDType
- All Superinterfaces:
XmlSerializable
The
NameIDType is used when an element serves to represent
an entity by a string-valued name. In addition to the string content
containing the actual identifier, it provides the following optional
attributes:
NameQualifier
SPNameQualifier
Format
SPProvidedID-
Method Summary
Modifier and TypeMethodDescriptionReturns the formatReturns the name qualifierReturns theSPname qualifierReturns theSPprovided IDgetValue()Returns the string-valued identifierbooleanReturns true if the object is mutablevoidMakes the object immutablevoidSets the formatvoidsetNameQualifier(String value) Sets the name qualifiervoidsetSPNameQualifier(String value) Sets theSPname qualifiervoidsetSPProvidedID(String value) Sets theSPprovided IDvoidSets the string-valued identifierMethods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getValue
String getValue()Returns the string-valued identifier- Returns:
- the string-valued identifier
-
setValue
Sets the string-valued identifier- Parameters:
value- the string-valued identifier- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable
-
getNameQualifier
String getNameQualifier()Returns the name qualifier- Returns:
- the name qualifier
-
setNameQualifier
Sets the name qualifier- Parameters:
value- the name qualifier- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable
-
getSPProvidedID
String getSPProvidedID()Returns theSPprovided ID- Returns:
- the
SPprovided ID
-
setSPProvidedID
Sets theSPprovided ID- Parameters:
value- theSPprovided ID- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable
-
getSPNameQualifier
String getSPNameQualifier()Returns theSPname qualifier- Returns:
- the
SPname qualifier
-
setSPNameQualifier
Sets theSPname qualifier- Parameters:
value- theSPname qualifier- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable
-
getFormat
String getFormat()Returns the format- Returns:
- the format
-
setFormat
Sets the format- Parameters:
value- the format- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable
-
makeImmutable
void makeImmutable()Makes the object immutable -
isMutable
boolean isMutable()Returns true if the object is mutable- Returns:
- true if the object is mutable
-