Uses of Interface
org.opensaml.xacml.policy.PolicyType
Packages that use PolicyType
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 PolicyType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return types with arguments of type PolicyType -
Uses of PolicyType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement PolicyTypeMethods in org.opensaml.xacml.policy.impl that return PolicyTypeModifier and TypeMethodDescriptionPolicyTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.PolicyTypeImplBuilder.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 PolicyType -
Uses of PolicyType in org.opensaml.xacml.profile.saml
Methods in org.opensaml.xacml.profile.saml that return types with arguments of type PolicyTypeModifier and TypeMethodDescriptionReferencedPoliciesType.getPolicies()Gets the policies in this element.XACMLAuthzDecisionQueryType.getPolicies()Gets the policies to be used while rendering a decision.XACMLPolicyStatementType.getPolicies()Return the XACMLPolicy inside the policy statement. -
Uses of PolicyType in org.opensaml.xacml.profile.saml.impl
Fields in org.opensaml.xacml.profile.saml.impl with type parameters of type PolicyTypeModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<PolicyType>ReferencedPoliciesTypeImpl.policiesList of policies.private List<PolicyType>XACMLAuthzDecisionQueryTypeImpl.policiesPolicy children.Methods in org.opensaml.xacml.profile.saml.impl that return types with arguments of type PolicyTypeModifier and TypeMethodDescriptionReferencedPoliciesTypeImpl.getPolicies()Gets the policies in this element.XACMLAuthzDecisionQueryTypeImpl.getPolicies()Gets the policies to be used while rendering a decision.XACMLPolicyStatementTypeImpl.getPolicies()Return the XACMLPolicy inside the policy statement.