-
- All Known Implementing Classes:
NameIdentifier
public interface NameIdentifierThe NameIdentifier element specifies aSubjectby a combination of a name and a security domain governing the name of theSubject.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormat()Gets the value of the format property.StringgetNameQualifier()Gets the value of the nameQualifier property.StringgetValue()Gets the value of the value property.
-