Class XACMLAuthzDecisionStatementType


  • 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>
     
    • Field Detail

      • response

        protected org.herasaf.xacml.core.context.impl.ResponseType response
      • request

        protected org.herasaf.xacml.core.context.impl.RequestType request
    • Constructor Detail

      • XACMLAuthzDecisionStatementType

        public XACMLAuthzDecisionStatementType()
    • Method Detail

      • getResponse

        public org.herasaf.xacml.core.context.impl.ResponseType getResponse()
        Gets the value of the response property.
        Returns:
        possible object is ResponseType
      • setResponse

        public void setResponse​(org.herasaf.xacml.core.context.impl.ResponseType value)
        Sets the value of the response property.
        Parameters:
        value - allowed object is ResponseType
      • getRequest

        public org.herasaf.xacml.core.context.impl.RequestType getRequest()
        Gets the value of the request property.
        Returns:
        possible object is RequestType
      • setRequest

        public void setRequest​(org.herasaf.xacml.core.context.impl.RequestType value)
        Sets the value of the request property.
        Parameters:
        value - allowed object is RequestType