|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NameIdentifier
The NameIdentifier element specifies a Subject by a combination
of a name and a security domain governing the name of the Subject.
The following schema fragment specifies the expected content contained within SAML NameIdentifier element.
<complexType name="NameIdentifierType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Format" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="NameQualifier" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Method Summary | |
|---|---|
String |
getFormat()
Gets the value of the format property. |
String |
getNameQualifier()
Gets the value of the nameQualifier property. |
String |
getValue()
Gets the value of the value property. |
| Method Detail |
|---|
String getValue()
StringString getFormat()
StringString getNameQualifier()
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||