com.sun.xml.wss.saml
Interface AttributeStatement

All Known Implementing Classes:
AttributeStatement, AttributeStatement

public interface AttributeStatement

The AttributeStatement element supplies a statement by the issuer that the specified subject is associated with the specified attributes.

The following schema fragment specifies the expected content contained within SAML AttributeStatement element.

 <complexType name="AttributeStatementType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectStatementAbstractType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Attribute" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 List<Attribute> getAttributes()
          Gets the value of the attribute property.
 Subject getSubject()
          Gets the value of the subject property for SAML1.1 and SAML1.0
 

Method Detail

getAttributes

List<Attribute> getAttributes()
Gets the value of the attribute property. Objects of the following type(s) are in the list Attribute


getSubject

Subject getSubject()
Gets the value of the subject property for SAML1.1 and SAML1.0

Returns:
object is Subject


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