|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.xacml.impl.AbstractXACMLObject
org.opensaml.xacml.policy.impl.PolicySetTypeImpl
public class PolicySetTypeImpl
Concrete implementation of PolicySetType.
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.xacml.policy.PolicySetType |
|---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, POLICY_COMBINING_ALG_ID_ATTRIB_NAME, POLICY_SET_ID_ATTRIB_NAME, SCHEMA_TYPE_LOCAL_NAME, SCHEMA_TYPE_NAME, VERSION_ATTRIB_NAME |
| Constructor Summary | |
|---|---|
protected |
PolicySetTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
java.util.List<CombinerParametersType> |
getCombinerParameters()
Gets the combiner parameters for this policy set. |
DescriptionType |
getDescription()
Gets the description for this policy set. |
ObligationsType |
getObligations()
Gets the obligations of this policy set. |
java.util.List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
java.util.List<PolicyType> |
getPolicies()
Gets the child policies. |
org.opensaml.xml.util.IndexedXMLObjectChildrenList<XACMLObject> |
getPolicyChoiceGroup()
Gets the backing object for the choice group containing the PolicySetType, PolicyType,
IdReferenceType, CombinerParametersType, PolicyCombinerParametersType,
PolicySetCombinerParametersType. |
java.util.List<PolicyCombinerParametersType> |
getPolicyCombinerParameters()
Gets the policy combiner parameters for this policy set. |
java.lang.String |
getPolicyCombiningAlgoId()
Gets the policy combining algorithm used with this policy set. |
java.util.List<IdReferenceType> |
getPolicyIdReferences()
Gets the policy Id references. |
java.util.List<PolicySetCombinerParametersType> |
getPolicySetCombinerParameters()
Gets the policy set combiner parameters for this policy set. |
DefaultsType |
getPolicySetDefaults()
Gets the defaults for this policy set. |
java.lang.String |
getPolicySetId()
Gets the ID of this policy set. |
java.util.List<IdReferenceType> |
getPolicySetIdReferences()
Gets the policy set Id references. |
java.util.List<PolicySetType> |
getPolicySets()
Gets the child policy sets. |
TargetType |
getTarget()
Gets the target of this policy set. |
java.lang.String |
getVersion()
Gets the XACML version of this policy set. |
void |
setDescription(DescriptionType newDescription)
Sets the description for this policy set. |
void |
setObligations(ObligationsType newObligations)
Sets the obligations of this policy set. |
void |
setPolicyCombiningAlgoId(java.lang.String id)
Sets the policy combining algorithm used with this policy set. |
void |
setPolicySetDefaults(DefaultsType defaults)
Sets the defaults for this policy set. |
void |
setPolicySetId(java.lang.String id)
Sets the ID of this policy set. |
void |
setTarget(TargetType newTarget)
Sets the target of this policy set. |
void |
setVersion(java.lang.String newVersion)
Sets the XACML version of this policy set. |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Constructor Detail |
|---|
protected PolicySetTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
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 |
|---|
public java.util.List<CombinerParametersType> getCombinerParameters()
getCombinerParameters in interface PolicySetTypepublic DescriptionType getDescription()
getDescription in interface PolicySetTypepublic ObligationsType getObligations()
getObligations in interface PolicySetTypepublic java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.xml.XMLObjectpublic java.util.List<PolicyType> getPolicies()
getPolicies in interface PolicySetTypepublic java.util.List<PolicyCombinerParametersType> getPolicyCombinerParameters()
getPolicyCombinerParameters in interface PolicySetTypepublic java.lang.String getPolicyCombiningAlgoId()
getPolicyCombiningAlgoId in interface PolicySetTypepublic java.util.List<IdReferenceType> getPolicyIdReferences()
getPolicyIdReferences in interface PolicySetTypepublic java.util.List<PolicySetCombinerParametersType> getPolicySetCombinerParameters()
getPolicySetCombinerParameters in interface PolicySetTypepublic DefaultsType getPolicySetDefaults()
getPolicySetDefaults in interface PolicySetTypepublic java.lang.String getPolicySetId()
getPolicySetId in interface PolicySetTypepublic java.util.List<IdReferenceType> getPolicySetIdReferences()
getPolicySetIdReferences in interface PolicySetTypepublic java.util.List<PolicySetType> getPolicySets()
getPolicySets in interface PolicySetTypepublic TargetType getTarget()
getTarget in interface PolicySetTypepublic java.lang.String getVersion()
getVersion in interface PolicySetTypepublic void setDescription(DescriptionType newDescription)
setDescription in interface PolicySetTypenewDescription - description for this policy setpublic void setObligations(ObligationsType newObligations)
setObligations in interface PolicySetTypenewObligations - obligations of this policy setpublic void setPolicyCombiningAlgoId(java.lang.String id)
setPolicyCombiningAlgoId in interface PolicySetTypeid - policy combining algorithm used with this policy setpublic void setPolicySetDefaults(DefaultsType defaults)
setPolicySetDefaults in interface PolicySetTypedefaults - defaults for this policy setpublic void setPolicySetId(java.lang.String id)
setPolicySetId in interface PolicySetTypeid - ID of this policy setpublic void setTarget(TargetType newTarget)
setTarget in interface PolicySetTypenewTarget - target of this policy setpublic void setVersion(java.lang.String newVersion)
setVersion in interface PolicySetTypenewVersion - XACML version of this policy setpublic org.opensaml.xml.util.IndexedXMLObjectChildrenList<XACMLObject> getPolicyChoiceGroup()
PolicySetType, PolicyType,
IdReferenceType, CombinerParametersType, PolicyCombinerParametersType,
PolicySetCombinerParametersType. The individual getter/setter methods should be preferred over this
method, however this method may be used to fine tune the ordering of all of these objects if that should be
necessary.
getPolicyChoiceGroup in interface PolicySetTypePolicySetType, PolicyType,
IdReferenceType, CombinerParametersType, PolicyCombinerParametersType,
PolicySetCombinerParametersType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||