Uses of Interface
org.opensaml.xacml.policy.DefaultsType
-
Packages that use DefaultsType Package Description org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema. -
-
Uses of DefaultsType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return DefaultsType Modifier and Type Method Description DefaultsTypePolicyType. getPolicyDefaults()Gets the defaults for this policy.DefaultsTypePolicySetType. getPolicySetDefaults()Gets the defaults for this policy set.Methods in org.opensaml.xacml.policy with parameters of type DefaultsType Modifier and Type Method Description voidPolicyType. setPolicyDefaults(DefaultsType defaults)Sets the defaults for this policy.voidPolicySetType. setPolicySetDefaults(DefaultsType defaults)Sets the defaults for this policy set.
-