org.picketlink.identity.federation.saml.v2.protocol
Class XACMLPolicyQueryType
java.lang.Object
org.picketlink.identity.federation.saml.common.CommonRequestAbstractType
org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
choiceType
protected XACMLPolicyQueryType.ChoiceType choiceType
XACMLPolicyQueryType
public XACMLPolicyQueryType(String id,
XMLGregorianCalendar instant)
getChoiceType
public XACMLPolicyQueryType.ChoiceType getChoiceType()
setChoiceType
public void setChoiceType(XACMLPolicyQueryType.ChoiceType choiceType)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.