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 |
subject
consent, destination, extensions, issuer, version
id, 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, setSubject
getConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuer
getID, getIssueInstant, getSignature, setSignature
protected 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()
EvidenceType
public void setEvidence(EvidenceType value)
value
- allowed object is EvidenceType
public URI getResource()
String
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.