|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.saml.v2.protocol.RequestAbstractType
org.jboss.identity.federation.saml.v2.profiles.xacml.protocol.XACMLAuthzDecisionQueryType
public class XACMLAuthzDecisionQueryType
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>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
inputContextOnly
|
protected org.jboss.security.xacml.core.model.context.RequestType |
request
|
protected java.lang.Boolean |
returnContext
|
| Fields inherited from class org.jboss.identity.federation.saml.v2.protocol.RequestAbstractType |
|---|
consent, destination, extensions, id, issueInstant, issuer, signature, version |
| Constructor Summary | |
|---|---|
XACMLAuthzDecisionQueryType()
|
|
| Method Summary | |
|---|---|
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(java.lang.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(java.lang.Boolean value)
Sets the value of the returnContext property. |
| Methods inherited from class org.jboss.identity.federation.saml.v2.protocol.RequestAbstractType |
|---|
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.jboss.security.xacml.core.model.context.RequestType request
protected java.lang.Boolean inputContextOnly
protected java.lang.Boolean returnContext
| Constructor Detail |
|---|
public XACMLAuthzDecisionQueryType()
| Method Detail |
|---|
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(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isReturnContext()
Booleanpublic void setReturnContext(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||