com.sun.identity.saml2.protocol
インタフェース AttributeQuery

すべてのスーパーインタフェース:
RequestAbstract, SubjectQueryAbstract

public interface AttributeQuery
extends SubjectQueryAbstract

This class represents the AttributeQueryType complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType name="AttributeQueryType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}SubjectQueryAbstractType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute" minOccurs="0" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


メソッドの概要
 List getAttributes()
          Returns Attribute objects.
 void setAttributes(List attributes)
          Sets the Attribute objects.
 
インタフェース com.sun.identity.saml2.protocol.SubjectQueryAbstract から継承されたメソッド
getSubject, setSubject
 
インタフェース com.sun.identity.saml2.protocol.RequestAbstract から継承されたメソッド
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, sign, toXMLString, toXMLString
 

メソッドの詳細

getAttributes

List getAttributes()
Returns Attribute objects.

戻り値:
the Attribute objects.
関連項目:
AttributeQuery.setAttributes(List)

setAttributes

void setAttributes(List attributes)
                   throws SAML2Exception
Sets the Attribute objects.

パラメータ:
attributes - the new Attribute objects.
例外:
SAML2Exception - if the object is immutable.
関連項目:
AttributeQuery.getAttributes()