|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Attribute
The Attribute element specifies an attribute of the assertion subject.
The Attribute element is an extension of the AttributeDesignator element
that allows the attribute value to be specified.
The following schema fragment specifies the expected content contained within SAML Attribute element.
<complexType name="AttributeType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:1.0:assertion}AttributeDesignatorType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AttributeValue" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
List<Object> |
getAttributes()
Gets the value of the attributeValue property. |
String |
getFriendlyName()
Gets the value of the friendlyName property. |
String |
getName()
Gets the value of the name property. |
String |
getNameFormat()
Gets the value of the nameFormat property. |
| Method Detail |
|---|
List<Object> getAttributes()
Objects of the following type(s) are allowed in the list
Object
String getFriendlyName()
StringString getName()
StringString getNameFormat()
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||