public interface AuthzDecisionQuery extends SubjectQuery
| 修飾子とタイプ | フィールドと説明 |
|---|---|
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| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, setSignaturederegisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
String getResource()
void setResource(String newResource)
newResource - the new Resource attrib value of this queryEvidence getEvidence()
void setEvidence(Evidence newEvidence)
newEvidence - the new Evidence of this queryCopyright © 2012. All Rights Reserved.