Searched defs:policyDefaults (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DPolicy.java87 "policyDefaults",
100 protected Defaults policyDefaults; field in class:Policy
174 * Gets the value of the policyDefaults property.
182 return policyDefaults;
186 * Sets the value of the policyDefaults property.
194 this.policyDefaults = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DPolicy.java87 "policyDefaults",
100 protected Defaults policyDefaults; field in class:Policy
174 * Gets the value of the policyDefaults property.
182 return policyDefaults;
186 * Sets the value of the policyDefaults property.
194 this.policyDefaults = value;

Completed in 33 milliseconds