| 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<PolicyType> |
PolicySetType.getPolicies()
Gets the child policies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PolicyTypeImpl
Concrete implemenation of
PolicyType. |
| Modifier and Type | Method and Description |
|---|---|
PolicyType |
PolicyTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
PolicyType |
PolicyTypeImplBuilder.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<PolicyType> |
PolicySetTypeImpl.getPolicies()
Gets the child policies.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PolicyType> |
XACMLAuthzDecisionQueryType.getPolicies()
Gets the policies to be used while rendering a decision.
|
java.util.List<PolicyType> |
XACMLPolicyStatementType.getPolicies()
Return the XACMLPolicy inside the policy statement.
|
java.util.List<PolicyType> |
ReferencedPoliciesType.getPolicies()
Gets the policies in this element.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<PolicyType> |
XACMLAuthzDecisionQueryTypeImpl.policies
Policy children.
|
private XMLObjectChildrenList<PolicyType> |
ReferencedPoliciesTypeImpl.policies
List of policies.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PolicyType> |
XACMLAuthzDecisionQueryTypeImpl.getPolicies()
Gets the policies to be used while rendering a decision.
|
java.util.List<PolicyType> |
XACMLPolicyStatementTypeImpl.getPolicies()
Return the XACMLPolicy inside the policy statement.
|
java.util.List<PolicyType> |
ReferencedPoliciesTypeImpl.getPolicies()
Gets the policies in this element.
|