Class XACMLAuthzDecisionQueryType


  • public class XACMLAuthzDecisionQueryType
    extends RequestAbstractType

    Java class for XACMLAuthzDecisionQueryType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="XACMLAuthzDecisionQueryType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
           <sequence>
             <element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}Request"/>
             <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Policy" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicySet" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:tc:xacml:2.0:profile:saml2.0:v2:schema:assertion}ReferencedPolicies" minOccurs="0"/>
             <element ref="{urn:oasis:names:tc:xacml:2.0:profile:saml2.0:v2:schema:protocol}Extensions" minOccurs="0"/>
           </sequence>
           <attribute name="InputContextOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="ReturnContext" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="CombinePolicies" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • rest

        protected List<javax.xml.bind.JAXBElement<?>> rest
      • inputContextOnly

        protected Boolean inputContextOnly
      • returnContext

        protected Boolean returnContext
      • combinePolicies

        protected Boolean combinePolicies
    • Constructor Detail

      • XACMLAuthzDecisionQueryType

        public XACMLAuthzDecisionQueryType()
    • Method Detail

      • getRest

        public List<javax.xml.bind.JAXBElement<?>> getRest()
        Gets the rest of the content model.

        You are getting this "catch-all" property because of the following reason: The field name "Extensions" is used by two different parts of a schema. See: line 46 of file:/C:/dev/ipf/commons/ihe/xacml20/impl/src/main/resources/wsdl/../schema/xacml-2.0-profile-saml2.0-v2-schema-protocol-wd-14.xsd line 33 of file:/C:/dev/ipf/commons/ihe/xacml20/impl/src/main/resources/wsdl/../schema/sstc-saml-schema-protocol-2.0.xsd

        To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the rest property.

        For example, to add a new item, do as follows:

            getRest().add(newItem);
         

        Objects of the following type(s) are allowed in the list JAXBElement<ReferencedPoliciesType> JAXBElement<PolicyType> JAXBElement<ExtensionsType> JAXBElement<RequestType> JAXBElement<PolicySetType>

      • isInputContextOnly

        public boolean isInputContextOnly()
        Gets the value of the inputContextOnly property.
        Returns:
        possible object is Boolean
      • setInputContextOnly

        public void setInputContextOnly​(Boolean value)
        Sets the value of the inputContextOnly property.
        Parameters:
        value - allowed object is Boolean
      • isReturnContext

        public boolean isReturnContext()
        Gets the value of the returnContext property.
        Returns:
        possible object is Boolean
      • setReturnContext

        public void setReturnContext​(Boolean value)
        Sets the value of the returnContext property.
        Parameters:
        value - allowed object is Boolean
      • isCombinePolicies

        public boolean isCombinePolicies()
        Gets the value of the combinePolicies property.
        Returns:
        possible object is Boolean
      • setCombinePolicies

        public void setCombinePolicies​(Boolean value)
        Sets the value of the combinePolicies property.
        Parameters:
        value - allowed object is Boolean