Searched defs:applicable (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DEnableGenericRepoStep.java12 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
51 private boolean applicable = false; field in class:EnableGenericRepoStep
61 return applicable;
69 applicable = true;
H A DAllowEvaluateForAgentsUpgradeStep.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
63 private boolean applicable; field in class:AllowEvaluateForAgentsUpgradeStep
76 applicable = manager.getPolicyNames(EVALUATE_POLICY).isEmpty();
86 return applicable;
H A DTwoStepVerificationSettingUpgrade.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
59 private boolean applicable; field in class:TwoStepVerificationSettingUpgrade
72 applicable = manager.getPolicyNames(EVALUATE_POLICY).isEmpty();
82 return applicable;
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DEnableGenericRepoStep.java12 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
51 private boolean applicable = false; field in class:EnableGenericRepoStep
61 return applicable;
69 applicable = true;
H A DAllowEvaluateForAgentsUpgradeStep.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
63 private boolean applicable; field in class:AllowEvaluateForAgentsUpgradeStep
76 applicable = manager.getPolicyNames(EVALUATE_POLICY).isEmpty();
86 return applicable;
H A DTwoStepVerificationSettingUpgrade.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
59 private boolean applicable; field in class:TwoStepVerificationSettingUpgrade
72 applicable = manager.getPolicyNames(EVALUATE_POLICY).isEmpty();
82 return applicable;

Completed in 124 milliseconds