public interface AuthzDecisionQuery extends SubjectQuery
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
RESOURCE_ATTRIB_NAME
Resource attribute name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
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| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions()
Gets the Actions of this query.
|
Evidence |
getEvidence()
Gets the Evidence of this query.
|
String |
getResource()
Gets the Resource attrib value of this query.
|
void |
setEvidence(Evidence newEvidence)
Sets the Evidence of this query.
|
void |
setResource(String newResource)
Sets the Resource attrib value of this query.
|
getSubject, setSubjectgetConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersiongetSignatureReferenceIDgetSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String RESOURCE_ATTRIB_NAME
String getResource()
void setResource(String newResource)
newResource - the new Resource attrib value of this queryList<Action> getActions()
Evidence getEvidence()
void setEvidence(Evidence newEvidence)
newEvidence - the new Evidence of this queryCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.