|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.opensaml.SAMLObject
gov.nih.nci.cagrid.opensaml.SAMLQuery
gov.nih.nci.cagrid.opensaml.SAMLSubjectQuery
gov.nih.nci.cagrid.opensaml.SAMLAttributeQuery
public class SAMLAttributeQuery
Represents a SAML Attribute Query object
| Field Summary | |
|---|---|
protected java.util.ArrayList |
designators
|
protected java.lang.String |
resource
|
| Fields inherited from class gov.nih.nci.cagrid.opensaml.SAMLSubjectQuery |
|---|
subject |
| Fields inherited from class gov.nih.nci.cagrid.opensaml.SAMLQuery |
|---|
queryTypeMap |
| Fields inherited from class gov.nih.nci.cagrid.opensaml.SAMLObject |
|---|
config, dirty, log, parentObject, root |
| Constructor Summary | |
|---|---|
SAMLAttributeQuery()
Default constructor |
|
SAMLAttributeQuery(org.w3c.dom.Element e)
Reconstructs an attribute query from a DOM tree |
|
SAMLAttributeQuery(java.io.InputStream in)
Reconstructs an attribute query from a stream |
|
SAMLAttributeQuery(SAMLSubject subject,
java.lang.String resource,
java.util.Collection designators)
Builds an attribute query out of its component parts |
|
| Method Summary | |
|---|---|
void |
addDesignator(SAMLAttributeDesignator designator)
Adds an attribute designator to the query |
protected org.w3c.dom.Element |
buildRoot(org.w3c.dom.Document doc,
boolean xmlns)
Delegates the process of building the root element of an object and inserting appropriate namespaces. |
java.lang.Object |
clone()
Copies a SAML object such that no dependencies exist between the original and the copy |
void |
fromDOM(org.w3c.dom.Element e)
Initialization of an object from a DOM element |
java.util.Iterator |
getDesignators()
Gets the attribute designators inside the query |
java.lang.String |
getResource()
Gets the resource URI inside the query |
void |
removeDesignator(int index)
Removes a designator by position (zero-based) |
void |
setDesignators(java.util.Collection designators)
Sets the attribute designators inside the query |
void |
setResource(java.lang.String resource)
Sets the resource URI inside the query |
org.w3c.dom.Node |
toDOM(org.w3c.dom.Document doc,
boolean xmlns)
Transforms the object into a DOM tree using an existing document context |
| Methods inherited from class gov.nih.nci.cagrid.opensaml.SAMLSubjectQuery |
|---|
checkValidity, getSubject, setSubject |
| Methods inherited from class gov.nih.nci.cagrid.opensaml.SAMLQuery |
|---|
getInstance, getInstance, regFactory, unregFactory |
| Methods inherited from class gov.nih.nci.cagrid.opensaml.SAMLObject |
|---|
fromStream, fromStream, getParent, plantRoot, setDirty, setParent, toBase64, toDOM, toDOM, toDOM, toStream, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String resource
protected java.util.ArrayList designators
| Constructor Detail |
|---|
public SAMLAttributeQuery()
public SAMLAttributeQuery(SAMLSubject subject,
java.lang.String resource,
java.util.Collection designators)
throws SAMLException
subject - Subject of queryresource - URI of resource being accessed at time of
querydesignators - Indicates specific attributes to query for
SAMLException - Raised if the query cannot be constructed from
the supplied information
public SAMLAttributeQuery(org.w3c.dom.Element e)
throws SAMLException
e - The root of a DOM tree
SAMLException - Thrown if the object cannot be constructed
public SAMLAttributeQuery(java.io.InputStream in)
throws SAMLException
in - A stream containing XML
SAMLException - Raised if an exception occurs while constructing
the object.| Method Detail |
|---|
public void fromDOM(org.w3c.dom.Element e)
throws SAMLException
SAMLObject
fromDOM in class SAMLSubjectQuerye - Root element of a DOM tree
SAMLException - Raised if an exception occurs while constructing
the objectSAMLObject.fromDOM(org.w3c.dom.Element)public java.lang.String getResource()
public void setResource(java.lang.String resource)
resource - The resource URIpublic java.util.Iterator getDesignators()
public void setDesignators(java.util.Collection designators)
throws SAMLException
designators - The designators to include
SAMLException - Raised if the designators are invalid
public void addDesignator(SAMLAttributeDesignator designator)
throws SAMLException
designator - The designator to add
SAMLException - Raised if the designator is invalidpublic void removeDesignator(int index)
index - The position of the designator to remove
protected org.w3c.dom.Element buildRoot(org.w3c.dom.Document doc,
boolean xmlns)
SAMLObject
buildRoot in class SAMLObjectdoc - The document context to usexmlns - Include namespace(s) on root element?
SAMLObject.buildRoot(org.w3c.dom.Document,boolean)
public org.w3c.dom.Node toDOM(org.w3c.dom.Document doc,
boolean xmlns)
throws SAMLException
SAMLObject
toDOM in class SAMLSubjectQuerydoc - A Document object to use in manufacturing the treexmlns - Include namespace(s) on root element?
SAMLException - Raised if the object is incompletely definedSAMLObject.toDOM(org.w3c.dom.Document,boolean)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class SAMLSubjectQueryjava.lang.CloneNotSupportedExceptionObject.clone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||