|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.saml.protocol.Query
com.sun.identity.saml.protocol.SubjectQuery
com.sun.identity.saml.protocol.AttributeQuery
public class AttributeQuery
This concrete class extends from the abstract base class
SubjectQuery.
It represents the query for an attribute assertion. It corresponds
to the samlp:AttributeQueryType in the SAML protocol schema.
| Field Summary | |
|---|---|
protected List |
attributeDesignators
O or more AttributeDesignator of this query. |
protected String |
resource
|
| Fields inherited from class com.sun.identity.saml.protocol.SubjectQuery |
|---|
subject |
| Fields inherited from class com.sun.identity.saml.protocol.Query |
|---|
ATTRIBUTE_QUERY, AUTHENTICATION_QUERY, AUTHORIZATION_DECISION_QUERY, NOT_SUPPORTED_QUERY |
| Constructor Summary | |
|---|---|
protected |
AttributeQuery()
Default constructor |
|
AttributeQuery(Element element)
This constructor is used to build an Attribute Query from a DOM tree that was built from the XML string. |
|
AttributeQuery(Subject theSubject)
Constructor to construct an AttributeQuery with 0
AttributeDesignator, and no Resource attribute. |
|
AttributeQuery(Subject theSubject,
List designators)
Constructor to construct an AttributeQuery with a list of
AttributeDesignators. |
|
AttributeQuery(Subject theSubject,
List designators,
String theResource)
Constructor. |
| Method Summary | |
|---|---|
List |
getAttributeDesignator()
Returns the AttributeDesignators. |
int |
getQueryType()
Returns the type of the query. |
String |
getResource()
Returns the Resource String. |
String |
toString()
Returns the String Representation of the AttributeQuery
object. |
String |
toString(boolean includeNS,
boolean declareNS)
Returns a String representation of the samlp:AttributeQuery
element. |
| Methods inherited from class com.sun.identity.saml.protocol.SubjectQuery |
|---|
getSubject |
| Field Detail |
|---|
protected List attributeDesignators
protected String resource
| Constructor Detail |
|---|
protected AttributeQuery()
public AttributeQuery(Element element)
throws SAMLException
element - the DOM tree element which contains an Attribute Query.
SAMLException
public AttributeQuery(Subject theSubject,
List designators,
String theResource)
throws SAMLException
theSubject - Subject of this query.designators - List of AttributeDesignators of this
query.theResource - the Resource attribute of this query in String format.
SAMLException
public AttributeQuery(Subject theSubject,
List designators)
throws SAMLException
AttributeQuery with a list of
AttributeDesignators.
theSubject - Subject of this query.designators - List of AttributeDesignators of this
query.
SAMLException
public AttributeQuery(Subject theSubject)
throws SAMLException
AttributeQuery with 0
AttributeDesignator, and no Resource attribute.
theSubject - Subject of this query.
SAMLException| Method Detail |
|---|
public String getResource()
public List getAttributeDesignator()
AttributeDesignators.
AttributeDesignators(s) associated with this
query. It could contain 0 or more
AttributeDesignators.public int getQueryType()
getQueryType in class Querypublic String toString()
AttributeQuery
object.
toString in class ObjectAttributeQuery.
public String toString(boolean includeNS,
boolean declareNS)
samlp:AttributeQuery
element.
toString in class QueryincludeNS - Determines whether or not the namespace qualifier
is prepended to the Element when converted.declareNS - Determines whether or not the namespace is declared
within the Element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||