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

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/admin/
H A DLicenseChecker.java66 private final LicensePresenter licensePresenter; field in class:LicenseChecker
125 this.licensePresenter = new CLILicensePresenter(locator, user);
140 licensePresenter.presentLicenses(accepted);
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/admin/
H A DLicenseChecker.java66 private final LicensePresenter licensePresenter; field in class:LicenseChecker
125 this.licensePresenter = new CLILicensePresenter(locator, user);
140 licensePresenter.presentLicenses(accepted);
/forgerock/openam-v13/openam-tools/openam-upgrade-tool/src/main/java/org/forgerock/openam/setup/
H A DOpenAMUpgrade.java61 private final LicensePresenter licensePresenter; field in class:OpenAMUpgrade
67 public OpenAMUpgrade(LicensePresenter licensePresenter) { argument
68 this.licensePresenter = licensePresenter;
117 licensePresenter.presentLicenses(acceptLicense);
119 System.out.println(licensePresenter.getNotice());
/forgerock/openam/openam-tools/openam-upgrade-tool/src/main/java/org/forgerock/openam/setup/
H A DOpenAMUpgrade.java61 private final LicensePresenter licensePresenter; field in class:OpenAMUpgrade
67 public OpenAMUpgrade(LicensePresenter licensePresenter) { argument
68 this.licensePresenter = licensePresenter;
117 licensePresenter.presentLicenses(acceptLicense);
119 System.out.println(licensePresenter.getNotice());
/forgerock/openam-v13/openam-tools/openam-configurator-tool/src/main/java/com/sun/identity/setup/
H A DOpenSSOConfigurator.java70 private final LicensePresenter licensePresenter; field in class:OpenSSOConfigurator
78 public OpenSSOConfigurator(LicensePresenter licensePresenter) { argument
79 this.licensePresenter = licensePresenter;
126 licensePresenter.presentLicenses(acceptLicense);
128 System.out.println(licensePresenter.getNotice());
/forgerock/openam/openam-tools/openam-configurator-tool/src/main/java/com/sun/identity/setup/
H A DOpenSSOConfigurator.java70 private final LicensePresenter licensePresenter; field in class:OpenSSOConfigurator
78 public OpenSSOConfigurator(LicensePresenter licensePresenter) { argument
79 this.licensePresenter = licensePresenter;
126 licensePresenter.presentLicenses(acceptLicense);
128 System.out.println(licensePresenter.getNotice());

Completed in 1096 milliseconds