Uses of Interface
org.opensaml.xacml.policy.DefaultsType
Packages that use DefaultsType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of DefaultsType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return DefaultsTypeModifier and TypeMethodDescriptionPolicyType.getPolicyDefaults()Gets the defaults for this policy.PolicySetType.getPolicySetDefaults()Gets the defaults for this policy set.Methods in org.opensaml.xacml.policy with parameters of type DefaultsTypeModifier and TypeMethodDescriptionvoidPolicyType.setPolicyDefaults(DefaultsType defaults) Sets the defaults for this policy.voidPolicySetType.setPolicySetDefaults(DefaultsType defaults) Sets the defaults for this policy set. -
Uses of DefaultsType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement DefaultsTypeFields in org.opensaml.xacml.policy.impl declared as DefaultsTypeModifier and TypeFieldDescriptionprivate DefaultsTypePolicyTypeImpl.policyDefaultsPolicy defaults.private DefaultsTypePolicySetTypeImpl.policySetDefaultsPolicy set defaults.Methods in org.opensaml.xacml.policy.impl that return DefaultsTypeModifier and TypeMethodDescriptionDefaultsTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.DefaultsTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.PolicyTypeImpl.getPolicyDefaults()Gets the defaults for this policy.PolicySetTypeImpl.getPolicySetDefaults()Gets the defaults for this policy set.Methods in org.opensaml.xacml.policy.impl with parameters of type DefaultsTypeModifier and TypeMethodDescriptionvoidPolicyTypeImpl.setPolicyDefaults(DefaultsType defaults) Sets the defaults for this policy.voidPolicySetTypeImpl.setPolicySetDefaults(DefaultsType defaults) Sets the defaults for this policy set.