-
public interface AttributeTheAttributeelement specifies an attribute of the assertion subject. TheAttributeelement is an extension of theAttributeDesignatorelement 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Object>getAttributes()Gets the value of the attributeValue property.StringgetFriendlyName()Gets the value of the friendlyName property.StringgetName()Gets the value of the name property.StringgetNameFormat()Gets the value of the nameFormat property.
-