Searched refs:getTrustManager (Results 51 - 75 of 150) sorted by relevance

123456

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstaller.java161 data.setTrustManager(super.getTrustManager());
1418 public ApplicationTrustManager getTrustManager() method in class:Uninstaller
1420 return getUninstallUserData().getTrustManager();
1525 getTrustManager(), getConnectTimeout());
1559 getTrustManager(), getConnectTimeout());
1655 if (e.getTrustManager() != null)
1657 cause = e.getTrustManager().getLastRefusedCause();
1682 e.getTrustManager().getLastRefusedChain(),
1683 e.getTrustManager().getLastRefusedAuthType(), excType);
1754 getTrustManager()
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java424 getTrustManager(), getKeyManager());
446 public ApplicationTrustManager getTrustManager() method in class:LDAPConnectionPool
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java424 getTrustManager(), getKeyManager());
446 public ApplicationTrustManager getTrustManager() method in class:LDAPConnectionPool
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java424 getTrustManager(), getKeyManager());
446 public ApplicationTrustManager getTrustManager() method in class:LDAPConnectionPool
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/status/
H A DStatusCli.java271 controlInfo.setTrustManager(getTrustManager());
334 interactiveTrustManager = ci.getTrustManager();
1116 private ApplicationTrustManager getTrustManager() method in class:StatusCli
1122 return argParser.getTrustManager();
1172 TrustManager trustManager = ci.getTrustManager();
1211 trustManager = ci.getTrustManager();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java606 getInfo().getTrustManager());
669 getInfo().getTrustManager().getLastRefusedCause();
710 getInfo().getTrustManager().getLastRefusedChain(),
711 getInfo().getTrustManager().getLastRefusedAuthType(),
863 getInfo().getTrustManager().acceptCertificate(chain, authType, host);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java605 getInfo().getTrustManager());
668 getInfo().getTrustManager().getLastRefusedCause();
709 getInfo().getTrustManager().getLastRefusedChain(),
710 getInfo().getTrustManager().getLastRefusedAuthType(),
862 getInfo().getTrustManager().acceptCertificate(chain, authType, host);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java606 getInfo().getTrustManager());
669 getInfo().getTrustManager().getLastRefusedCause();
710 getInfo().getTrustManager().getLastRefusedChain(),
711 getInfo().getTrustManager().getLastRefusedAuthType(),
863 getInfo().getTrustManager().acceptCertificate(chain, authType, host);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java605 getInfo().getTrustManager());
668 getInfo().getTrustManager().getLastRefusedCause();
709 getInfo().getTrustManager().getLastRefusedChain(),
710 getInfo().getTrustManager().getLastRefusedAuthType(),
862 getInfo().getTrustManager().acceptCertificate(chain, authType, host);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java606 getInfo().getTrustManager());
669 getInfo().getTrustManager().getLastRefusedCause();
710 getInfo().getTrustManager().getLastRefusedChain(),
711 getInfo().getTrustManager().getLastRefusedAuthType(),
863 getInfo().getTrustManager().acceptCertificate(chain, authType, host);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java580 getInfo().getTrustManager(), null);
625 getInfo().getTrustManager().getLastRefusedCause();
666 getInfo().getTrustManager().getLastRefusedChain(),
667 getInfo().getTrustManager().getLastRefusedAuthType(),
817 getInfo().getTrustManager().acceptCertificate(chain, authType, host);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java519 getTrustManager() , getKeyManager());
545 public ApplicationTrustManager getTrustManager() method in class:LDAPConnectionPool
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java519 getTrustManager() , getKeyManager());
545 public ApplicationTrustManager getTrustManager() method in class:LDAPConnectionPool
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java519 getTrustManager() , getKeyManager());
545 public ApplicationTrustManager getTrustManager() method in class:LDAPConnectionPool
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java263 data.setTrustManager(super.getTrustManager());
1554 public ApplicationTrustManager getTrustManager() method in class:Uninstaller
1556 return getUninstallUserData().getTrustManager();
1661 getTrustManager(), getConnectTimeout());
1694 getTrustManager(), getConnectTimeout());
1796 if (e.getTrustManager() != null)
1798 cause = e.getTrustManager().getLastRefusedCause();
1834 e.getTrustManager().getLastRefusedChain(),
1835 e.getTrustManager().getLastRefusedAuthType(), excType);
1890 getTrustManager()
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/status/
H A DStatusCli.java330 controlInfo.setTrustManager(getTrustManager());
379 interactiveTrustManager = ci.getTrustManager();
1262 private ApplicationTrustManager getTrustManager() method in class:StatusCli
1270 return argParser.getTrustManager();
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java436 getTrustManager().acceptCertificate(chain, authType, host);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java437 getTrustManager().acceptCertificate(chain, authType, host);
/forgerock/opendj2/src/server/org/opends/server/tools/status/
H A DStatusCli.java312 controlInfo.setTrustManager(getTrustManager());
371 interactiveTrustManager = ci.getTrustManager();
1253 private ApplicationTrustManager getTrustManager() method in class:StatusCli
1261 return argParser.getTrustManager();
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java437 getTrustManager().acceptCertificate(chain, authType, host);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/status/
H A DStatusCli.java330 controlInfo.setTrustManager(getTrustManager());
379 interactiveTrustManager = ci.getTrustManager();
1262 private ApplicationTrustManager getTrustManager() method in class:StatusCli
1270 return argParser.getTrustManager();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/status/
H A DStatusCli.java330 controlInfo.setTrustManager(getTrustManager());
379 interactiveTrustManager = ci.getTrustManager();
1262 private ApplicationTrustManager getTrustManager() method in class:StatusCli
1270 return argParser.getTrustManager();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java436 getTrustManager().acceptCertificate(chain, authType, host);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/status/
H A DStatusCli.java312 controlInfo.setTrustManager(getTrustManager());
371 interactiveTrustManager = ci.getTrustManager();
1253 private ApplicationTrustManager getTrustManager() method in class:StatusCli
1261 return argParser.getTrustManager();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java437 getTrustManager().acceptCertificate(chain, authType, host);

Completed in 91 milliseconds

123456