Uses of Interface
org.opensaml.xacml.profile.saml.ReferencedPoliciesType
-
-
Uses of ReferencedPoliciesType in org.opensaml.xacml.profile.saml
Methods in org.opensaml.xacml.profile.saml that return ReferencedPoliciesType Modifier and Type Method Description ReferencedPoliciesTypeXACMLAuthzDecisionQueryType. getReferencedPolicies()Gets the reference to the policies to be used while rendering a decision.ReferencedPoliciesTypeXACMLPolicyStatementType. getReferencedPolicies()Gets the referenced policies.Methods in org.opensaml.xacml.profile.saml with parameters of type ReferencedPoliciesType Modifier and Type Method Description voidXACMLAuthzDecisionQueryType. setReferencedPolicies(ReferencedPoliciesType policies)Sets the reference to the policies to be used while rendering a decision.voidXACMLPolicyStatementType. setReferencedPolicies(ReferencedPoliciesType policies)Sets the referenced policies.
-