Searched refs:trustAll (Results 1 - 25 of 73) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java81 * @param trustAll Indicates whether to blindly trust all
94 public void init(boolean trustAll, String keyStorePath, argument
105 if(trustAll)
H A DLDAPCompare.java402 BooleanArgument trustAll = null;
541 trustAll = new BooleanArgument("trustAll", 'X', "trustAll",
543 trustAll.setPropertyName("trustAll");
544 argParser.addArgument(trustAll);
1026 sslConnectionFactory.init(trustAll.isPresent(), keyStorePathValue,
H A DLDAPDelete.java327 BooleanArgument trustAll = null;
450 trustAll = new BooleanArgument("trustAll", 'X', "trustAll",
452 trustAll.setPropertyName("trustAll");
453 argParser.addArgument(trustAll);
822 sslConnectionFactory.init(trustAll.isPresent(), keyStorePathValue,
H A DStopDS.java215 BooleanArgument trustAll;
344 trustAll = new BooleanArgument("trustall", 'X', "trustAll",
346 trustAll.setPropertyName("trustAll");
347 argParser.addArgument(trustAll);
550 sslConnectionFactory.init(trustAll.isPresent(), keyStoreFile.getValue(),
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java80 * @param trustAll Indicates whether to blindly trust all
93 public void init(boolean trustAll, String keyStorePath, argument
104 if(trustAll)
H A DLDAPCompare.java383 BooleanArgument trustAll = null;
522 trustAll = new BooleanArgument("trustAll", 'X', "trustAll",
524 trustAll.setPropertyName("trustAll");
525 argParser.addArgument(trustAll);
1007 sslConnectionFactory.init(trustAll.isPresent(), keyStorePathValue,
H A DLDAPDelete.java309 BooleanArgument trustAll = null;
432 trustAll = new BooleanArgument("trustAll", 'X', "trustAll",
434 trustAll.setPropertyName("trustAll");
435 argParser.addArgument(trustAll);
804 sslConnectionFactory.init(trustAll.isPresent(), keyStorePathValue,
H A DStopDS.java193 BooleanArgument trustAll;
322 trustAll = new BooleanArgument("trustall", 'X', "trustAll",
324 trustAll.setPropertyName("trustAll");
325 argParser.addArgument(trustAll);
528 sslConnectionFactory.init(trustAll.isPresent(), keyStoreFile.getValue(),
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java81 * @param trustAll Indicates whether to blindly trust all
94 public void init(boolean trustAll, String keyStorePath, argument
105 if(trustAll)
H A DLDAPCompare.java402 BooleanArgument trustAll = null;
541 trustAll = new BooleanArgument("trustAll", 'X', "trustAll",
543 trustAll.setPropertyName("trustAll");
544 argParser.addArgument(trustAll);
1026 sslConnectionFactory.init(trustAll.isPresent(), keyStorePathValue,
H A DLDAPDelete.java327 BooleanArgument trustAll = null;
450 trustAll = new BooleanArgument("trustAll", 'X', "trustAll",
452 trustAll.setPropertyName("trustAll");
453 argParser.addArgument(trustAll);
822 sslConnectionFactory.init(trustAll.isPresent(), keyStorePathValue,
H A DStopDS.java215 BooleanArgument trustAll;
344 trustAll = new BooleanArgument("trustall", 'X', "trustAll",
346 trustAll.setPropertyName("trustAll");
347 argParser.addArgument(trustAll);
550 sslConnectionFactory.init(trustAll.isPresent(), keyStoreFile.getValue(),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java81 * @param trustAll Indicates whether to blindly trust all
94 public void init(boolean trustAll, String keyStorePath, argument
105 if(trustAll)
H A DLDAPCompare.java402 BooleanArgument trustAll = null;
541 trustAll = new BooleanArgument("trustAll", 'X', "trustAll",
543 trustAll.setPropertyName("trustAll");
544 argParser.addArgument(trustAll);
1026 sslConnectionFactory.init(trustAll.isPresent(), keyStorePathValue,
H A DLDAPDelete.java327 BooleanArgument trustAll = null;
450 trustAll = new BooleanArgument("trustAll", 'X', "trustAll",
452 trustAll.setPropertyName("trustAll");
453 argParser.addArgument(trustAll);
822 sslConnectionFactory.init(trustAll.isPresent(), keyStorePathValue,
H A DStopDS.java215 BooleanArgument trustAll;
344 trustAll = new BooleanArgument("trustall", 'X', "trustAll",
346 trustAll.setPropertyName("trustAll");
347 argParser.addArgument(trustAll);
550 sslConnectionFactory.init(trustAll.isPresent(), keyStoreFile.getValue(),
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java80 * @param trustAll Indicates whether to blindly trust all
93 public void init(boolean trustAll, String keyStorePath, argument
104 if(trustAll)
H A DLDAPCompare.java383 BooleanArgument trustAll = null;
522 trustAll = new BooleanArgument("trustAll", 'X', "trustAll",
524 trustAll.setPropertyName("trustAll");
525 argParser.addArgument(trustAll);
1007 sslConnectionFactory.init(trustAll.isPresent(), keyStorePathValue,
H A DLDAPDelete.java309 BooleanArgument trustAll = null;
432 trustAll = new BooleanArgument("trustAll", 'X', "trustAll",
434 trustAll.setPropertyName("trustAll");
435 argParser.addArgument(trustAll);
804 sslConnectionFactory.init(trustAll.isPresent(), keyStorePathValue,
H A DStopDS.java193 BooleanArgument trustAll;
322 trustAll = new BooleanArgument("trustall", 'X', "trustAll",
324 trustAll.setPropertyName("trustAll");
325 argParser.addArgument(trustAll);
528 sslConnectionFactory.init(trustAll.isPresent(), keyStoreFile.getValue(),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DSSLConnectionFactory.java76 * @param trustAll Indicates whether to blindly trust all
89 public void init(boolean trustAll, String keyStorePath, argument
100 if(trustAll)
H A DLDAPCompare.java368 BooleanArgument trustAll = null;
509 trustAll = CommonArguments.getTrustAll();
510 argParser.addArgument(trustAll);
919 sslConnectionFactory.init(trustAll.isPresent(), keyStorePathValue,
H A DLDAPDelete.java295 BooleanArgument trustAll = null;
420 trustAll = CommonArguments.getTrustAll();
421 argParser.addArgument(trustAll);
733 sslConnectionFactory.init(trustAll.isPresent(), keyStorePathValue,
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java126 private boolean trustAll = true; field in class:LDAPAuthUtils
336 if (trustAll) {
337 builder.setTrustManager(TrustManagers.trustAll());
1434 * @param trustAll true if we should trust all certs
1436 public void setTrustAll(boolean trustAll) { argument
1437 this.trustAll = trustAll;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java126 private boolean trustAll = true; field in class:LDAPAuthUtils
337 if (trustAll) {
338 builder.setTrustManager(TrustManagers.trustAll());
1435 * @param trustAll true if we should trust all certs
1437 public void setTrustAll(boolean trustAll) { argument
1438 this.trustAll = trustAll;

Completed in 159 milliseconds

123