PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v1.protocol
Class SAML11AttributeQueryType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v1.protocol.SAML11QueryAbstractType
      extended by org.picketlink.identity.federation.saml.v1.protocol.SAML11SubjectQueryAbstractType
          extended by org.picketlink.identity.federation.saml.v1.protocol.SAML11AttributeQueryType
All Implemented Interfaces:
Serializable

public class SAML11AttributeQueryType
extends SAML11SubjectQueryAbstractType

Since:
Jun 22, 2011
Author:
Anil.Saldhana@redhat.com
See Also:
Serialized Form

Field Summary
protected  List<SAML11AttributeDesignatorType> attributeDesignator
           
protected  URI resource
           
 
Fields inherited from class org.picketlink.identity.federation.saml.v1.protocol.SAML11SubjectQueryAbstractType
subject
 
Constructor Summary
SAML11AttributeQueryType()
           
 
Method Summary
 void add(SAML11AttributeDesignatorType sadt)
           
 List<SAML11AttributeDesignatorType> get()
           
 URI getResource()
           
 boolean remove(SAML11AttributeDesignatorType sadt)
           
 void setResource(URI resource)
           
 
Methods inherited from class org.picketlink.identity.federation.saml.v1.protocol.SAML11SubjectQueryAbstractType
getSubject, setSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeDesignator

protected List<SAML11AttributeDesignatorType> attributeDesignator

resource

protected URI resource
Constructor Detail

SAML11AttributeQueryType

public SAML11AttributeQueryType()
Method Detail

getResource

public URI getResource()

setResource

public void setResource(URI resource)

add

public void add(SAML11AttributeDesignatorType sadt)

remove

public boolean remove(SAML11AttributeDesignatorType sadt)

get

public List<SAML11AttributeDesignatorType> get()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.