|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.saml.v2.assertion.StatementAbstractType
org.jboss.identity.federation.saml.v2.profiles.xacml.assertion.XACMLAuthzDecisionStatementType
public class XACMLAuthzDecisionStatementType
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>
| Field Summary | |
|---|---|
protected org.jboss.security.xacml.core.model.context.RequestType |
request
|
protected org.jboss.security.xacml.core.model.context.ResponseType |
response
|
| Constructor Summary | |
|---|---|
XACMLAuthzDecisionStatementType()
|
|
| Method Summary | |
|---|---|
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. |
| 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.ResponseType response
protected org.jboss.security.xacml.core.model.context.RequestType request
| Constructor Detail |
|---|
public XACMLAuthzDecisionStatementType()
| Method Detail |
|---|
public org.jboss.security.xacml.core.model.context.ResponseType getResponse()
ResponseTypepublic void setResponse(org.jboss.security.xacml.core.model.context.ResponseType value)
value - allowed object is
ResponseTypepublic 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
RequestType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||