| Package | Description |
|---|---|
| org.opensaml.xacml.policy |
XMLObject interfaces for XACML policy schema.
|
| org.opensaml.xacml.policy.impl |
XMLObject provider implementation classes for XACML policy schema.
|
| org.opensaml.xacml.profile.saml |
XMLObject interfaces for SAML XACML profile.
|
| org.opensaml.xacml.profile.saml.impl |
XMLObject implementation classes for XACML SAML profile.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PolicySetType> |
PolicySetType.getPolicySets()
Gets the child policy sets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PolicySetTypeImpl
Concrete implementation of
PolicySetType. |
| Modifier and Type | Method and Description |
|---|---|
PolicySetType |
PolicySetTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
PolicySetType |
PolicySetTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PolicySetType> |
PolicySetTypeImpl.getPolicySets()
Gets the child policy sets.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PolicySetType> |
XACMLAuthzDecisionQueryType.getPolicySets()
Gets the policy sets to be used while rendering a decision.
|
java.util.List<PolicySetType> |
XACMLPolicyStatementType.getPolicySets()
Return the XACMLPolicySet inside the policy statement.
|
java.util.List<PolicySetType> |
ReferencedPoliciesType.getPolicySets()
Gets the policieSets in this element.
|
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<PolicySetType> |
ReferencedPoliciesTypeImpl.policieSets
List of policieSets.
|
private java.util.List<PolicySetType> |
XACMLAuthzDecisionQueryTypeImpl.policySets
PolicySet children.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PolicySetType> |
XACMLAuthzDecisionQueryTypeImpl.getPolicySets()
Gets the policy sets to be used while rendering a decision.
|
java.util.List<PolicySetType> |
XACMLPolicyStatementTypeImpl.getPolicySets()
Return the XACMLPolicySet inside the policy statement.
|
java.util.List<PolicySetType> |
ReferencedPoliciesTypeImpl.getPolicySets()
Gets the policieSets in this element.
|