Uses of Interface
org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Packages that use ReferencedPoliciesType
Package
Description
XMLObject interfaces for SAML XACML profile.
XMLObject implementation classes for XACML SAML profile.
-
Uses of ReferencedPoliciesType in org.opensaml.xacml.profile.saml
Methods in org.opensaml.xacml.profile.saml that return ReferencedPoliciesTypeModifier and TypeMethodDescriptionXACMLAuthzDecisionQueryType.getReferencedPolicies()Gets the reference to the policies to be used while rendering a decision.XACMLPolicyStatementType.getReferencedPolicies()Gets the referenced policies.Methods in org.opensaml.xacml.profile.saml with parameters of type ReferencedPoliciesTypeModifier and TypeMethodDescriptionvoidXACMLAuthzDecisionQueryType.setReferencedPolicies(ReferencedPoliciesType policies) Sets the reference to the policies to be used while rendering a decision.voidXACMLPolicyStatementType.setReferencedPolicies(ReferencedPoliciesType policies) Sets the referenced policies. -
Uses of ReferencedPoliciesType in org.opensaml.xacml.profile.saml.impl
Classes in org.opensaml.xacml.profile.saml.impl that implement ReferencedPoliciesTypeFields in org.opensaml.xacml.profile.saml.impl declared as ReferencedPoliciesTypeModifier and TypeFieldDescriptionprivate ReferencedPoliciesTypeXACMLAuthzDecisionQueryTypeImpl.referencedPoliciesReeferencedPolicies child.private ReferencedPoliciesTypeXACMLPolicyStatementTypeImpl.referencedPoliciesReferencedPolicie child.Methods in org.opensaml.xacml.profile.saml.impl that return ReferencedPoliciesTypeModifier and TypeMethodDescriptionReferencedPoliciesTypeImplBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ReferencedPoliciesTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.XACMLAuthzDecisionQueryTypeImpl.getReferencedPolicies()Gets the reference to the policies to be used while rendering a decision.XACMLPolicyStatementTypeImpl.getReferencedPolicies()Gets the referenced policies.Methods in org.opensaml.xacml.profile.saml.impl with parameters of type ReferencedPoliciesTypeModifier and TypeMethodDescriptionvoidXACMLAuthzDecisionQueryTypeImpl.setReferencedPolicies(ReferencedPoliciesType pols) Sets the reference to the policies to be used while rendering a decision.voidXACMLPolicyStatementTypeImpl.setReferencedPolicies(ReferencedPoliciesType policies) Sets the referenced policies.