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.jboss.security.xacml.core.model.context.RequestType |
request |
protected org.jboss.security.xacml.core.model.context.ResponseType |
response |
static String |
XSI_TYPE |
Constructor and Description |
---|
XACMLAuthzDecisionStatementType() |
Modifier and Type | Method and Description |
---|---|
org.jboss.security.xacml.core.model.context.RequestType |
getRequest()
Gets the value of the request property.
|
org.jboss.security.xacml.core.model.context.ResponseType |
getResponse()
Gets the value of the response property.
|
void |
setRequest(org.jboss.security.xacml.core.model.context.RequestType value)
Sets the value of the request property.
|
void |
setResponse(org.jboss.security.xacml.core.model.context.ResponseType value)
Sets the value of the response property.
|
public static final String XSI_TYPE
protected org.jboss.security.xacml.core.model.context.ResponseType response
protected org.jboss.security.xacml.core.model.context.RequestType request
public org.jboss.security.xacml.core.model.context.ResponseType getResponse()
ResponseType
public void setResponse(org.jboss.security.xacml.core.model.context.ResponseType value)
value
- allowed object is ResponseType
public org.jboss.security.xacml.core.model.context.RequestType getRequest()
RequestType
public void setRequest(org.jboss.security.xacml.core.model.context.RequestType value)
value
- allowed object is RequestType
Copyright © 2021 JBoss by Red Hat. All rights reserved.