| Package | Description |
|---|---|
| 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 |
|---|---|
ReferencedPoliciesType |
XACMLAuthzDecisionQueryType.getReferencedPolicies()
Gets the reference to the policies to be used while rendering a decision.
|
ReferencedPoliciesType |
XACMLPolicyStatementType.getReferencedPolicies()
Gets the referenced policies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XACMLAuthzDecisionQueryType.setReferencedPolicies(ReferencedPoliciesType policies)
Sets the reference to the policies to be used while rendering a decision.
|
void |
XACMLPolicyStatementType.setReferencedPolicies(ReferencedPoliciesType policies)
Sets the referenced policies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReferencedPoliciesTypeImpl
Implementation of
ReferencedPoliciesType. |
| Modifier and Type | Field and Description |
|---|---|
private ReferencedPoliciesType |
XACMLAuthzDecisionQueryTypeImpl.referencedPolicies
ReeferencedPolicies child.
|
private ReferencedPoliciesType |
XACMLPolicyStatementTypeImpl.referencedPolicies
ReferencedPolicie child.
|
| Modifier and Type | Method and Description |
|---|---|
ReferencedPoliciesType |
ReferencedPoliciesTypeImplBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
ReferencedPoliciesType |
ReferencedPoliciesTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
ReferencedPoliciesType |
XACMLAuthzDecisionQueryTypeImpl.getReferencedPolicies()
Gets the reference to the policies to be used while rendering a decision.
|
ReferencedPoliciesType |
XACMLPolicyStatementTypeImpl.getReferencedPolicies()
Gets the referenced policies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XACMLAuthzDecisionQueryTypeImpl.setReferencedPolicies(ReferencedPoliciesType pols)
Sets the reference to the policies to be used while rendering a decision.
|
void |
XACMLPolicyStatementTypeImpl.setReferencedPolicies(ReferencedPoliciesType policies)
Sets the referenced policies.
|