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>
| Modifier and Type | Class and Description |
|---|---|
static class |
XACMLPolicyQueryType.ChoiceType |
| Modifier and Type | Field and Description |
|---|---|
protected XACMLPolicyQueryType.ChoiceType |
choiceType |
consent, destination, extensions, issuer, versionid, issueInstant, signature| Constructor and Description |
|---|
XACMLPolicyQueryType(String id,
XMLGregorianCalendar instant) |
| Modifier and Type | Method and Description |
|---|---|
XACMLPolicyQueryType.ChoiceType |
getChoiceType() |
void |
setChoiceType(XACMLPolicyQueryType.ChoiceType choiceType) |
getConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuergetID, getIssueInstant, getSignature, setSignatureprotected XACMLPolicyQueryType.ChoiceType choiceType
public XACMLPolicyQueryType(String id, XMLGregorianCalendar instant)
public XACMLPolicyQueryType.ChoiceType getChoiceType()
public void setChoiceType(XACMLPolicyQueryType.ChoiceType choiceType)
Copyright © 2018 JBoss by Red Hat. All rights reserved.