public class XACMLAuthzDecisionQueryType extends RequestAbstractType
Java class for XACMLAuthzDecisionQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XACMLAuthzDecisionQueryType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}Request"/>
</sequence>
<attribute name="InputContextOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ReturnContext" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
inputContextOnly |
protected org.jboss.security.xacml.core.model.context.RequestType |
request |
protected Boolean |
returnContext |
consent, destination, extensions, issuer, versionid, issueInstant, signature| Constructor and Description |
|---|
XACMLAuthzDecisionQueryType(String id,
XMLGregorianCalendar instant) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.security.xacml.core.model.context.RequestType |
getRequest()
Gets the value of the request property.
|
boolean |
isInputContextOnly()
Gets the value of the inputContextOnly property.
|
boolean |
isReturnContext()
Gets the value of the returnContext property.
|
void |
setInputContextOnly(Boolean value)
Sets the value of the inputContextOnly property.
|
void |
setRequest(org.jboss.security.xacml.core.model.context.RequestType value)
Sets the value of the request property.
|
void |
setReturnContext(Boolean value)
Sets the value of the returnContext property.
|
getConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuergetID, getIssueInstant, getSignature, setSignatureprotected org.jboss.security.xacml.core.model.context.RequestType request
protected Boolean inputContextOnly
protected Boolean returnContext
public XACMLAuthzDecisionQueryType(String id, XMLGregorianCalendar instant)
public org.jboss.security.xacml.core.model.context.RequestType getRequest()
RequestTypepublic void setRequest(org.jboss.security.xacml.core.model.context.RequestType value)
value - allowed object is RequestTypepublic boolean isInputContextOnly()
Booleanpublic void setInputContextOnly(Boolean value)
value - allowed object is Booleanpublic boolean isReturnContext()
BooleanCopyright © 2018 JBoss by Red Hat. All rights reserved.