|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PolicySetType
XACML PolicySet schema types.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element PolicySet. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
QName of the element PolicySet. |
static java.lang.String |
POLICY_COMBINING_ALG_ID_ATTRIB_NAME
PolicyCombiningAlgId attribute name. |
static java.lang.String |
POLICY_SET_ID_ATTRIB_NAME
PolicySetId attribute name. |
static java.lang.String |
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type. |
static javax.xml.namespace.QName |
SCHEMA_TYPE_NAME
QName of the XSI type. |
static java.lang.String |
VERSION_ATTRIB_NAME
Version attribute name. |
| 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<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 description)
Sets the description for this policy set. |
void |
setObligations(ObligationsType obligations)
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 target)
Sets the target of this policy set. |
void |
setVersion(java.lang.String version)
Sets the XACML version of this policy set. |
| 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, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Field Detail |
|---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String SCHEMA_TYPE_LOCAL_NAME
static final javax.xml.namespace.QName SCHEMA_TYPE_NAME
static final java.lang.String POLICY_SET_ID_ATTRIB_NAME
static final java.lang.String VERSION_ATTRIB_NAME
static final java.lang.String POLICY_COMBINING_ALG_ID_ATTRIB_NAME
| Method Detail |
|---|
DescriptionType getDescription()
void setDescription(DescriptionType description)
description - description for this policy setorg.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.
PolicySetType, PolicyType,
IdReferenceType, CombinerParametersType, PolicyCombinerParametersType,
PolicySetCombinerParametersTypeDefaultsType getPolicySetDefaults()
void setPolicySetDefaults(DefaultsType defaults)
defaults - defaults for this policy setTargetType getTarget()
void setTarget(TargetType target)
target - target of this policy setjava.util.List<PolicySetType> getPolicySets()
java.util.List<PolicyType> getPolicies()
java.util.List<IdReferenceType> getPolicySetIdReferences()
java.util.List<IdReferenceType> getPolicyIdReferences()
java.util.List<CombinerParametersType> getCombinerParameters()
java.util.List<PolicyCombinerParametersType> getPolicyCombinerParameters()
java.util.List<PolicySetCombinerParametersType> getPolicySetCombinerParameters()
ObligationsType getObligations()
void setObligations(ObligationsType obligations)
obligations - obligations of this policy setjava.lang.String getPolicySetId()
void setPolicySetId(java.lang.String id)
id - ID of this policy setjava.lang.String getVersion()
void setVersion(java.lang.String version)
version - XACML version of this policy setjava.lang.String getPolicyCombiningAlgoId()
void setPolicyCombiningAlgoId(java.lang.String id)
id - policy combining algorithm used with this policy set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||