|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.v2.assertion.StatementAbstractType
org.picketlink.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
|
static String |
XSI_TYPE
|
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 |
---|
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
Constructor Detail |
---|
public XACMLAuthzDecisionStatementType()
Method Detail |
---|
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
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |