Searched refs:acceptPermanently (Results 1 - 13 of 13) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java423 * @param acceptPermanently whether the certificate must be accepted
427 boolean acceptPermanently)
456 if (acceptPermanently)
426 acceptCertificateForException(UserDataCertificateException ce, boolean acceptPermanently) argument
H A DCertificateDialog.java379 acceptPermanently();
736 private void acceptPermanently() method in class:CertificateDialog
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java424 * @param acceptPermanently whether the certificate must be accepted
428 boolean acceptPermanently)
457 if (acceptPermanently)
427 acceptCertificateForException(UserDataCertificateException ce, boolean acceptPermanently) argument
H A DCertificateDialog.java380 acceptPermanently();
737 private void acceptPermanently() method in class:CertificateDialog
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java424 * @param acceptPermanently whether the certificate must be accepted
428 boolean acceptPermanently)
457 if (acceptPermanently)
427 acceptCertificateForException(UserDataCertificateException ce, boolean acceptPermanently) argument
H A DCertificateDialog.java380 acceptPermanently();
737 private void acceptPermanently() method in class:CertificateDialog
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java423 * @param acceptPermanently whether the certificate must be accepted
427 boolean acceptPermanently)
456 if (acceptPermanently)
426 acceptCertificateForException(UserDataCertificateException ce, boolean acceptPermanently) argument
H A DCertificateDialog.java379 acceptPermanently();
736 private void acceptPermanently() method in class:CertificateDialog
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java424 * @param acceptPermanently whether the certificate must be accepted
428 boolean acceptPermanently)
457 if (acceptPermanently)
427 acceptCertificateForException(UserDataCertificateException ce, boolean acceptPermanently) argument
H A DCertificateDialog.java380 acceptPermanently();
737 private void acceptPermanently() method in class:CertificateDialog
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DGuiApplication.java417 * @param acceptPermanently whether the certificate must be accepted
421 boolean acceptPermanently)
450 if (acceptPermanently && chain != null)
420 acceptCertificateForException(UserDataCertificateException ce, boolean acceptPermanently) argument
H A DQuickSetup.java712 final boolean acceptPermanently = answer == CertificateDialog.ReturnType.ACCEPTED_PERMANENTLY;
713 application.acceptCertificateForException(ce, acceptPermanently);
H A DCertificateDialog.java372 acceptPermanently();
704 private void acceptPermanently() method in class:CertificateDialog

Completed in 50 milliseconds