public class XACMLAuthzDecisionStatementType extends StatementAbstractType
Java class for XACMLAuthzDecisionStatementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XACMLAuthzDecisionStatementType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:assertion}StatementAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}Response"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}Request" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected org.herasaf.xacml.core.context.impl.RequestType |
request |
protected org.herasaf.xacml.core.context.impl.ResponseType |
response |
| Constructor and Description |
|---|
XACMLAuthzDecisionStatementType() |
| Modifier and Type | Method and Description |
|---|---|
org.herasaf.xacml.core.context.impl.RequestType |
getRequest()
Gets the value of the request property.
|
org.herasaf.xacml.core.context.impl.ResponseType |
getResponse()
Gets the value of the response property.
|
void |
setRequest(org.herasaf.xacml.core.context.impl.RequestType value)
Sets the value of the request property.
|
void |
setResponse(org.herasaf.xacml.core.context.impl.ResponseType value)
Sets the value of the response property.
|
protected org.herasaf.xacml.core.context.impl.ResponseType response
protected org.herasaf.xacml.core.context.impl.RequestType request
public org.herasaf.xacml.core.context.impl.ResponseType getResponse()
ResponseTypepublic void setResponse(org.herasaf.xacml.core.context.impl.ResponseType value)
value - allowed object is
ResponseTypepublic org.herasaf.xacml.core.context.impl.RequestType getRequest()
RequestTypepublic void setRequest(org.herasaf.xacml.core.context.impl.RequestType value)
value - allowed object is
RequestTypeCopyright © 2020 Open eHealth Foundation. All rights reserved.