org.opensaml.saml2.core.impl
Class AuthzDecisionQueryImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.signature.AbstractSignableXMLObject
org.opensaml.xml.AbstractValidatingSignableXMLObject
org.opensaml.common.impl.AbstractSignableSAMLObject
org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
org.opensaml.saml2.core.impl.SubjectQueryImpl
org.opensaml.saml2.core.impl.AuthzDecisionQueryImpl
- All Implemented Interfaces:
- SAMLObject, SignableSAMLObject, AuthzDecisionQuery, RequestAbstractType, SubjectQuery, SignableXMLObject, ValidatingXMLObject, XMLObject
public class AuthzDecisionQueryImpl
- extends SubjectQueryImpl
- implements AuthzDecisionQuery
Concrete implementation of AuthzDecisionQuery
Fields inherited from interface org.opensaml.saml2.core.RequestAbstractType |
CONSENT_ATTRIB_NAME, DESTINATION_ATTRIB_NAME, EXPLICIT_CONSENT, ID_ATTRIB_NAME, IMPLICIT_CONSENT, INAPPLICABLE_CONSENT, ISSUE_INSTANT_ATTRIB_NAME, OBTAINED_CONSENT, PRIOR_CONSENT, UNAVAILABLE_CONSENT, UNSPECIFIED_CONSENT, VERSION_ATTRIB_NAME |
Constructor Summary |
protected |
AuthzDecisionQueryImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor |
Method Summary |
java.util.List<Action> |
getActions()
Gets the Actions of this query. |
Evidence |
getEvidence()
Gets the Evidence of this query. |
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM. |
java.lang.String |
getResource()
Gets the Resource attrib value of this query. |
void |
setEvidence(Evidence newEvidence)
Sets the Evidence of this query. |
void |
setResource(java.lang.String newResource)
Sets the Resource attrib value of this query. |
Methods inherited from class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl |
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignatureReferenceID, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion |
Methods inherited from class org.opensaml.xml.AbstractXMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.saml2.core.RequestAbstractType |
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion |
AuthzDecisionQueryImpl
protected AuthzDecisionQueryImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
- Constructor
- Parameters:
namespaceURI
- elementLocalName
- namespacePrefix
-
getResource
public java.lang.String getResource()
- Gets the Resource attrib value of this query.
- Specified by:
getResource
in interface AuthzDecisionQuery
- Returns:
- the Resource attrib value of this query
setResource
public void setResource(java.lang.String newResource)
- Sets the Resource attrib value of this query.
- Specified by:
setResource
in interface AuthzDecisionQuery
- Parameters:
newResource
- the new Resource attrib value of this query
getActions
public java.util.List<Action> getActions()
- Gets the Actions of this query.
- Specified by:
getActions
in interface AuthzDecisionQuery
- Returns:
- the Actions of this query
getEvidence
public Evidence getEvidence()
- Gets the Evidence of this query.
- Specified by:
getEvidence
in interface AuthzDecisionQuery
- Returns:
- the Evidence of this query
setEvidence
public void setEvidence(Evidence newEvidence)
- Sets the Evidence of this query.
- Specified by:
setEvidence
in interface AuthzDecisionQuery
- Parameters:
newEvidence
- the new Evidence of this query
getOrderedChildren
public java.util.List<XMLObject> getOrderedChildren()
- Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- Specified by:
getOrderedChildren
in interface XMLObject
- Overrides:
getOrderedChildren
in class SubjectQueryImpl
- Returns:
- ordered list of child elements