PicketLink Federation Core 2.1.6.Final-redhat-2

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

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.XACMLPolicyQueryType
All Implemented Interfaces:
Serializable, SAML2Object

public class XACMLPolicyQueryType
extends RequestAbstractType

Java class for XACMLPolicyQueryType complex type.

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

 <complexType name="XACMLPolicyQueryType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <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}Target"/>
         <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicySetIdReference"/>
         <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicyIdReference"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class XACMLPolicyQueryType.ChoiceType
           
 
Field Summary
protected  XACMLPolicyQueryType.ChoiceType choiceType
           
 
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
XACMLPolicyQueryType(String id, XMLGregorianCalendar instant)
           
 
Method Summary
 XACMLPolicyQueryType.ChoiceType getChoiceType()
           
 void setChoiceType(XACMLPolicyQueryType.ChoiceType choiceType)
           
 
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

choiceType

protected XACMLPolicyQueryType.ChoiceType choiceType
Constructor Detail

XACMLPolicyQueryType

public XACMLPolicyQueryType(String id,
                            XMLGregorianCalendar instant)
Method Detail

getChoiceType

public XACMLPolicyQueryType.ChoiceType getChoiceType()

setChoiceType

public void setChoiceType(XACMLPolicyQueryType.ChoiceType choiceType)

PicketLink Federation Core 2.1.6.Final-redhat-2

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