Uses of Interface
org.opensaml.xacml.policy.PolicySetType
Packages that use PolicySetType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
XMLObject interfaces for SAML XACML profile.
XMLObject implementation classes for XACML SAML profile.
-
Uses of PolicySetType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return types with arguments of type PolicySetType -
Uses of PolicySetType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement PolicySetTypeMethods in org.opensaml.xacml.policy.impl that return PolicySetTypeModifier and TypeMethodDescriptionPolicySetTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.PolicySetTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xacml.policy.impl that return types with arguments of type PolicySetType -
Uses of PolicySetType in org.opensaml.xacml.profile.saml
Methods in org.opensaml.xacml.profile.saml that return types with arguments of type PolicySetTypeModifier and TypeMethodDescriptionReferencedPoliciesType.getPolicySets()Gets the policieSets in this element.XACMLAuthzDecisionQueryType.getPolicySets()Gets the policy sets to be used while rendering a decision.XACMLPolicyStatementType.getPolicySets()Return the XACMLPolicySet inside the policy statement. -
Uses of PolicySetType in org.opensaml.xacml.profile.saml.impl
Fields in org.opensaml.xacml.profile.saml.impl with type parameters of type PolicySetTypeModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<PolicySetType>ReferencedPoliciesTypeImpl.policieSetsList of policieSets.private List<PolicySetType>XACMLAuthzDecisionQueryTypeImpl.policySetsPolicySet children.Methods in org.opensaml.xacml.profile.saml.impl that return types with arguments of type PolicySetTypeModifier and TypeMethodDescriptionReferencedPoliciesTypeImpl.getPolicySets()Gets the policieSets in this element.XACMLAuthzDecisionQueryTypeImpl.getPolicySets()Gets the policy sets to be used while rendering a decision.XACMLPolicyStatementTypeImpl.getPolicySets()Return the XACMLPolicySet inside the policy statement.