public class AuthzDecisionQueryType extends SubjectQueryAbstractType
Java class for AuthzDecisionQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthzDecisionQueryType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}SubjectQueryAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Action" maxOccurs="unbounded"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Evidence" minOccurs="0"/>
</sequence>
<attribute name="Resource" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ActionType> |
action |
protected EvidenceType |
evidence |
protected URI |
resource |
subjectconsent, destination, extensions, issuer, versionid, issueInstant, signature| Constructor and Description |
|---|
AuthzDecisionQueryType(String id,
XMLGregorianCalendar instant) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(ActionType act)
Add an action
|
List<ActionType> |
getAction()
Gets the value of the action property.
|
EvidenceType |
getEvidence()
Gets the value of the evidence property.
|
URI |
getResource()
Gets the value of the resource property.
|
void |
removeAction(ActionType act)
Remove an action
|
void |
setEvidence(EvidenceType value)
Sets the value of the evidence property.
|
void |
setResource(URI value)
Sets the value of the resource property.
|
getSubject, setSubjectgetConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuergetID, getIssueInstant, getSignature, setSignatureprotected List<ActionType> action
protected EvidenceType evidence
protected URI resource
public AuthzDecisionQueryType(String id, XMLGregorianCalendar instant)
public void addAction(ActionType act)
act - public void removeAction(ActionType act)
act - public List<ActionType> getAction()
public EvidenceType getEvidence()
EvidenceTypepublic void setEvidence(EvidenceType value)
value - allowed object is EvidenceTypepublic URI getResource()
StringCopyright © 2016 JBoss by Red Hat. All rights reserved.