PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.protocol
Class XACMLAuthzDecisionQueryType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.common.CommonRequestAbstractType
      extended by org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType
          extended by org.picketlink.identity.federation.saml.v2.protocol.XACMLAuthzDecisionQueryType
All Implemented Interfaces:
Serializable, SAML2Object

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"/>
       </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" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Boolean inputContextOnly
           
protected  org.jboss.security.xacml.core.model.context.RequestType request
           
protected  Boolean returnContext
           
 
Fields inherited from class org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType
consent, destination, extensions, issuer, version
 
Fields inherited from class org.picketlink.identity.federation.saml.common.CommonRequestAbstractType
id, issueInstant, signature
 
Constructor Summary
XACMLAuthzDecisionQueryType(String id, XMLGregorianCalendar instant)
           
 
Method Summary
 org.jboss.security.xacml.core.model.context.RequestType getRequest()
          Gets the value of the request property.
 boolean isInputContextOnly()
          Gets the value of the inputContextOnly property.
 boolean isReturnContext()
          Gets the value of the returnContext property.
 void setInputContextOnly(Boolean value)
          Sets the value of the inputContextOnly property.
 void setRequest(org.jboss.security.xacml.core.model.context.RequestType value)
          Sets the value of the request property.
 void setReturnContext(Boolean value)
          Sets the value of the returnContext property.
 
Methods inherited from class org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType
getConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuer
 
Methods inherited from class org.picketlink.identity.federation.saml.common.CommonRequestAbstractType
getID, getIssueInstant, getSignature, setSignature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

protected org.jboss.security.xacml.core.model.context.RequestType request

inputContextOnly

protected Boolean inputContextOnly

returnContext

protected Boolean returnContext
Constructor Detail

XACMLAuthzDecisionQueryType

public XACMLAuthzDecisionQueryType(String id,
                                   XMLGregorianCalendar instant)
Method Detail

getRequest

public org.jboss.security.xacml.core.model.context.RequestType getRequest()
Gets the value of the request property.

Returns:
possible object is RequestType

setRequest

public void setRequest(org.jboss.security.xacml.core.model.context.RequestType value)
Sets the value of the request property.

Parameters:
value - allowed object is RequestType

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

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.