Package org.opensaml.xacml.policy.impl
Class PolicySetTypeImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xacml.impl.AbstractXACMLObject
org.opensaml.xacml.policy.impl.PolicySetTypeImpl
- All Implemented Interfaces:
XMLObject,PolicySetType,XACMLObject
Concrete implementation of
PolicySetType.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IndexedXMLObjectChildrenList<? extends XACMLObject>Elements within the choice group.private StringPolicy combining algorithm ID.private DescriptionTypePolicy set description.private ObligationsTypePolicy obligations.private DefaultsTypePolicy set defaults.private StringID of this policy set.private TargetTypePolicy set target.private StringVersion of this policy set.Fields inherited from interface org.opensaml.xacml.policy.PolicySetType
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, DEFAULT_VERSION, POLICY_COMBINING_ALG_ID_ATTRIB_NAME, POLICY_SET_ID_ATTRIB_NAME, SCHEMA_TYPE_LOCAL_NAME, SCHEMA_TYPE_NAME, VERSION_ATTRIB_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPolicySetTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(DescriptionType newDescription) voidsetObligations(ObligationsType newObligations) voidvoidsetPolicySetDefaults(DefaultsType defaults) voidsetPolicySetId(String id) voidsetTarget(TargetType newTarget) voidsetVersion(String newVersion) Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, 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, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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 Details
-
description
Policy set description. -
policySetDefaults
Policy set defaults. -
target
Policy set target. -
choiceGroup
Elements within the choice group. -
obligations
Policy obligations. -
policySetId
ID of this policy set. -
version
Version of this policy set. -
combiningAlgo
Policy combining algorithm ID.
-
-
Constructor Details
-
PolicySetTypeImpl
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 Details
-
getCombinerParameters
- Specified by:
getCombinerParametersin interfacePolicySetType
-
getDescription
- Specified by:
getDescriptionin interfacePolicySetType
-
getObligations
- Specified by:
getObligationsin interfacePolicySetType
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceXMLObject
-
getPolicies
- Specified by:
getPoliciesin interfacePolicySetType
-
getPolicyCombinerParameters
- Specified by:
getPolicyCombinerParametersin interfacePolicySetType
-
getPolicyCombiningAlgoId
- Specified by:
getPolicyCombiningAlgoIdin interfacePolicySetType
-
getPolicyIdReferences
- Specified by:
getPolicyIdReferencesin interfacePolicySetType
-
getPolicySetCombinerParameters
- Specified by:
getPolicySetCombinerParametersin interfacePolicySetType
-
getPolicySetDefaults
- Specified by:
getPolicySetDefaultsin interfacePolicySetType
-
getPolicySetId
- Specified by:
getPolicySetIdin interfacePolicySetType
-
getPolicySetIdReferences
- Specified by:
getPolicySetIdReferencesin interfacePolicySetType
-
getPolicySets
- Specified by:
getPolicySetsin interfacePolicySetType
-
getTarget
- Specified by:
getTargetin interfacePolicySetType
-
getVersion
- Specified by:
getVersionin interfacePolicySetType
-
setDescription
- Specified by:
setDescriptionin interfacePolicySetType
-
setObligations
- Specified by:
setObligationsin interfacePolicySetType
-
setPolicyCombiningAlgoId
- Specified by:
setPolicyCombiningAlgoIdin interfacePolicySetType
-
setPolicySetDefaults
- Specified by:
setPolicySetDefaultsin interfacePolicySetType
-
setPolicySetId
- Specified by:
setPolicySetIdin interfacePolicySetType
-
setTarget
- Specified by:
setTargetin interfacePolicySetType
-
setVersion
- Specified by:
setVersionin interfacePolicySetType
-
getPolicyChoiceGroup
- Specified by:
getPolicyChoiceGroupin interfacePolicySetType
-