com.sun.xml.wss.saml
Interface Attribute

All Known Implementing Classes:
Attribute, Attribute

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
 java.util.List<java.lang.Object> getAttributes()
          Gets the value of the attributeValue property.
 java.lang.String getFriendlyName()
          Gets the value of the friendlyName property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getNameFormat()
          Gets the value of the nameFormat property.
 

Method Detail

getAttributes

java.util.List<java.lang.Object> getAttributes()
Gets the value of the attributeValue property.

Objects of the following type(s) are allowed in the list Object


getFriendlyName

java.lang.String getFriendlyName()
Gets the value of the friendlyName property.

Returns:
object is String

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
object is String

getNameFormat

java.lang.String getNameFormat()
Gets the value of the nameFormat property.

Returns:
object is String


Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.