Class XACMLAuthzDecisionQueryTypeImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.xmlsec.signature.AbstractSignableXMLObject
-
- org.opensaml.saml.common.AbstractSignableSAMLObject
-
- org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
-
- org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
- All Implemented Interfaces:
XMLObject,SAMLObject,SignableSAMLObject,RequestAbstractType,XACMLAuthzDecisionQueryType,XACMLObject,SignableXMLObject
public class XACMLAuthzDecisionQueryTypeImpl extends RequestAbstractTypeImpl implements XACMLAuthzDecisionQueryType
A concrete implementation ofXACMLAuthzDecisionQueryType.
-
-
Field Summary
Fields Modifier and Type Field Description private XSBooleanValuecombinePoliciesCombinePolicies attribute value.private XSBooleanValueinputContextOnlyInputContextOnly attribute value.private List<PolicyType>policiesPolicy children.private List<PolicySetType>policySetsPolicySet children.private ReferencedPoliciesTypereferencedPoliciesReeferencedPolicies child.private RequestTyperequestThe xacml-context:Request.private XSBooleanValuereturnContextReturnContext attribute value.Default = false.-
Fields inherited from interface org.opensaml.saml.saml2.core.RequestAbstractType
CONSENT_ATTRIB_NAME, DESTINATION_ATTRIB_NAME, EXPLICIT_CONSENT, ID_ATTRIB_NAME, IMPLICIT_CONSENT, INAPPLICABLE_CONSENT, ISSUE_INSTANT_ATTRIB_NAME, ISSUE_INSTANT_ATTRIB_QNAME, OBTAINED_CONSENT, PRIOR_CONSENT, TYPE_LOCAL_NAME, TYPE_NAME, UNAVAILABLE_CONSENT, UNSPECIFIED_CONSENT, VERSION_ATTRIB_NAME
-
Fields inherited from interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
COMBINEPOLICIES_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME_XACML10, DEFAULT_ELEMENT_NAME_XACML11, DEFAULT_ELEMENT_NAME_XACML20, DEFAULT_ELEMENT_NAME_XACML30, INPUTCONTEXTONLY_ATTRIB_NAME, RETURNCONTEXT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME_XACML10, TYPE_NAME_XACML11, TYPE_NAME_XACML20, TYPE_NAME_XACML30
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXACMLAuthzDecisionQueryTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSBooleanValuegetCombinePoliciesXSBooleanValue()XSBooleanValuegetInputContextOnlyXSBooleanValue()List<XMLObject>getOrderedChildren()List<PolicyType>getPolicies()List<PolicySetType>getPolicySets()ReferencedPoliciesTypegetReferencedPolicies()RequestTypegetRequest()XSBooleanValuegetReturnContextXSBooleanValue()BooleanisCombinePolicies()BooleanisInputContextOnly()BooleanisReturnContext()voidsetCombinePolicies(Boolean combine)voidsetCombinePolicies(XSBooleanValue combine)voidsetInputContextOnly(Boolean flag)voidsetInputContextOnly(XSBooleanValue flag)voidsetReferencedPolicies(ReferencedPoliciesType pols)voidsetRequest(RequestType req)voidsetReturnContext(Boolean flag)voidsetReturnContext(XSBooleanValue flag)-
Methods inherited from class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignatureReferenceID, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion
-
Methods inherited from class org.opensaml.saml.common.AbstractSignableSAMLObject
equals, hashCode, setSignature
-
Methods inherited from class org.opensaml.xmlsec.signature.AbstractSignableXMLObject
getSignature, isSigned
-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.saml.saml2.core.RequestAbstractType
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion
-
Methods inherited from interface org.opensaml.saml.common.SignableSAMLObject
getSignatureReferenceID
-
Methods inherited from interface org.opensaml.xmlsec.signature.SignableXMLObject
getSignature, isSigned, setSignature
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
policies
private List<PolicyType> policies
Policy children.
-
policySets
private List<PolicySetType> policySets
PolicySet children.
-
referencedPolicies
private ReferencedPoliciesType referencedPolicies
ReeferencedPolicies child.
-
request
private RequestType request
The xacml-context:Request.
-
inputContextOnly
private XSBooleanValue inputContextOnly
InputContextOnly attribute value. Default = false.
-
returnContext
private XSBooleanValue returnContext
ReturnContext attribute value.Default = false.
-
combinePolicies
private XSBooleanValue combinePolicies
CombinePolicies attribute value. Default = true.
-
-
Constructor Detail
-
XACMLAuthzDecisionQueryTypeImpl
protected XACMLAuthzDecisionQueryTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
Constructor.- Parameters:
namespaceURI- the namespace the element is inelementLocalName- the local name of the XML element this Object representsnamespacePrefix- the prefix for the given namespace
-
-
Method Detail
-
getCombinePoliciesXSBooleanValue
public XSBooleanValue getCombinePoliciesXSBooleanValue()
- Specified by:
getCombinePoliciesXSBooleanValuein interfaceXACMLAuthzDecisionQueryType
-
getInputContextOnlyXSBooleanValue
public XSBooleanValue getInputContextOnlyXSBooleanValue()
- Specified by:
getInputContextOnlyXSBooleanValuein interfaceXACMLAuthzDecisionQueryType
-
getOrderedChildren
public List<XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceXMLObject- Overrides:
getOrderedChildrenin classRequestAbstractTypeImpl
-
getRequest
public RequestType getRequest()
- Specified by:
getRequestin interfaceXACMLAuthzDecisionQueryType
-
getReturnContextXSBooleanValue
public XSBooleanValue getReturnContextXSBooleanValue()
- Specified by:
getReturnContextXSBooleanValuein interfaceXACMLAuthzDecisionQueryType
-
isCombinePolicies
public Boolean isCombinePolicies()
- Specified by:
isCombinePoliciesin interfaceXACMLAuthzDecisionQueryType
-
isInputContextOnly
public Boolean isInputContextOnly()
- Specified by:
isInputContextOnlyin interfaceXACMLAuthzDecisionQueryType
-
isReturnContext
public Boolean isReturnContext()
- Specified by:
isReturnContextin interfaceXACMLAuthzDecisionQueryType
-
setCombinePolicies
public void setCombinePolicies(XSBooleanValue combine)
- Specified by:
setCombinePoliciesin interfaceXACMLAuthzDecisionQueryType
-
setCombinePolicies
public void setCombinePolicies(Boolean combine)
- Specified by:
setCombinePoliciesin interfaceXACMLAuthzDecisionQueryType
-
setInputContextOnly
public void setInputContextOnly(XSBooleanValue flag)
- Specified by:
setInputContextOnlyin interfaceXACMLAuthzDecisionQueryType
-
setInputContextOnly
public void setInputContextOnly(Boolean flag)
- Specified by:
setInputContextOnlyin interfaceXACMLAuthzDecisionQueryType
-
setRequest
public void setRequest(RequestType req)
- Specified by:
setRequestin interfaceXACMLAuthzDecisionQueryType
-
setReturnContext
public void setReturnContext(XSBooleanValue flag)
- Specified by:
setReturnContextin interfaceXACMLAuthzDecisionQueryType
-
setReturnContext
public void setReturnContext(Boolean flag)
- Specified by:
setReturnContextin interfaceXACMLAuthzDecisionQueryType
-
getPolicies
public List<PolicyType> getPolicies()
- Specified by:
getPoliciesin interfaceXACMLAuthzDecisionQueryType
-
getPolicySets
public List<PolicySetType> getPolicySets()
- Specified by:
getPolicySetsin interfaceXACMLAuthzDecisionQueryType
-
getReferencedPolicies
public ReferencedPoliciesType getReferencedPolicies()
- Specified by:
getReferencedPoliciesin interfaceXACMLAuthzDecisionQueryType
-
setReferencedPolicies
public void setReferencedPolicies(ReferencedPoliciesType pols)
- Specified by:
setReferencedPoliciesin interfaceXACMLAuthzDecisionQueryType
-
-