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

/forgerock/openam-v13/openam-tools/openam-upgrade-tool/src/main/java/org/forgerock/openam/setup/
H A DOpenAMUpgrade.java58 private static final String ACCEPT_LICENSES = "ACCEPT_LICENSES"; field in class:OpenAMUpgrade
220 if (config.getProperty(ACCEPT_LICENSES) != null && !config.getProperty(ACCEPT_LICENSES).isEmpty()) {
221 acceptLicense = Boolean.parseBoolean(config.getProperty(ACCEPT_LICENSES));
/forgerock/openam/openam-tools/openam-upgrade-tool/src/main/java/org/forgerock/openam/setup/
H A DOpenAMUpgrade.java58 private static final String ACCEPT_LICENSES = "ACCEPT_LICENSES"; field in class:OpenAMUpgrade
220 if (config.getProperty(ACCEPT_LICENSES) != null && !config.getProperty(ACCEPT_LICENSES).isEmpty()) {
221 acceptLicense = Boolean.parseBoolean(config.getProperty(ACCEPT_LICENSES));
/forgerock/openam-v13/openam-tools/openam-configurator-tool/src/main/java/com/sun/identity/setup/
H A DOpenSSOConfigurator.java66 private static final String ACCEPT_LICENSES = "ACCEPT_LICENSES"; field in class:OpenSSOConfigurator
164 if (config.getProperty(ACCEPT_LICENSES) != null && !config.getProperty(ACCEPT_LICENSES).isEmpty()) {
165 acceptLicense = Boolean.parseBoolean(config.getProperty(ACCEPT_LICENSES));
170 if (key.equals(ACCEPT_LICENSES) || key.equals(DEPLOYMENT_URI)) {
/forgerock/openam/openam-tools/openam-configurator-tool/src/main/java/com/sun/identity/setup/
H A DOpenSSOConfigurator.java66 private static final String ACCEPT_LICENSES = "ACCEPT_LICENSES"; field in class:OpenSSOConfigurator
164 if (config.getProperty(ACCEPT_LICENSES) != null && !config.getProperty(ACCEPT_LICENSES).isEmpty()) {
165 acceptLicense = Boolean.parseBoolean(config.getProperty(ACCEPT_LICENSES));
170 if (key.equals(ACCEPT_LICENSES) || key.equals(DEPLOYMENT_URI)) {

Completed in 21 milliseconds