|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NameIDType
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 | |
|---|---|
String |
getFormat()
Returns the format |
String |
getNameQualifier()
Returns the name qualifier |
String |
getSPNameQualifier()
Returns the SP name qualifier |
String |
getSPProvidedID()
Returns the SP provided ID |
String |
getValue()
Returns the string-valued identifier |
boolean |
isMutable()
Returns true if the object is mutable |
void |
makeImmutable()
Makes the object immutable |
void |
setFormat(String value)
Sets the format |
void |
setNameQualifier(String value)
Sets the name qualifier |
void |
setSPNameQualifier(String value)
Sets the SP name qualifier |
void |
setSPProvidedID(String value)
Sets the SP provided ID |
void |
setValue(String value)
Sets the string-valued identifier |
String |
toXMLString()
Returns a String representation |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation |
| Method Detail |
|---|
String getValue()
void setValue(String value)
throws SAML2Exception
value - the string-valued identifier
SAML2Exception - if the object is immutableString getNameQualifier()
void setNameQualifier(String value)
throws SAML2Exception
value - the name qualifier
SAML2Exception - if the object is immutableString getSPProvidedID()
SP provided ID
SP provided ID
void setSPProvidedID(String value)
throws SAML2Exception
SP provided ID
value - the SP provided ID
SAML2Exception - if the object is immutableString getSPNameQualifier()
SP name qualifier
SP name qualifier
void setSPNameQualifier(String value)
throws SAML2Exception
SP name qualifier
value - the SP name qualifier
SAML2Exception - if the object is immutableString getFormat()
void setFormat(String value)
throws SAML2Exception
value - the format
SAML2Exception - if the object is immutable
String toXMLString(boolean includeNSPrefix,
boolean declareNS)
throws SAML2Exception
includeNSPrefix - 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.
SAML2Exception - if something is wrong during conversion
String toXMLString()
throws SAML2Exception
SAML2Exception - if something is wrong during conversionvoid makeImmutable()
boolean isMutable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||