Searched defs:maxDelegationDepth (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DPolicy.java123 protected BigInteger maxDelegationDepth; field in class:Policy
374 * Gets the value of the maxDelegationDepth property.
382 return maxDelegationDepth;
386 * Sets the value of the maxDelegationDepth property.
394 this.maxDelegationDepth = value;
H A DPolicySet.java131 protected BigInteger maxDelegationDepth; field in class:PolicySet
385 * Gets the value of the maxDelegationDepth property.
393 return maxDelegationDepth;
397 * Sets the value of the maxDelegationDepth property.
405 this.maxDelegationDepth = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DPolicy.java123 protected BigInteger maxDelegationDepth; field in class:Policy
374 * Gets the value of the maxDelegationDepth property.
382 return maxDelegationDepth;
386 * Sets the value of the maxDelegationDepth property.
394 this.maxDelegationDepth = value;
H A DPolicySet.java131 protected BigInteger maxDelegationDepth; field in class:PolicySet
385 * Gets the value of the maxDelegationDepth property.
393 return maxDelegationDepth;
397 * Sets the value of the maxDelegationDepth property.
405 this.maxDelegationDepth = value;

Completed in 30 milliseconds