Searched defs:isUseSSL (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java136 if (currentConfig.isUseSSL() != config.isUseSSL()) {
154 if (config.isUseSSL()) {
359 if (config.isUseSSL()) {
469 public boolean isUseSSL() { method in class:JmxConnectionHandler
470 return currentConfig.isUseSSL();
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java128 if (currentConfig.isUseSSL() != config.isUseSSL()) {
146 if (config.isUseSSL()) {
313 if (config.isUseSSL()) {
438 public boolean isUseSSL() { method in class:JmxConnectionHandler
439 return currentConfig.isUseSSL();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java135 if (currentConfig.isUseSSL() != config.isUseSSL()) {
153 if (config.isUseSSL()) {
323 if (config.isUseSSL()) {
433 public boolean isUseSSL() { method in class:JmxConnectionHandler
434 return currentConfig.isUseSSL();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java136 if (currentConfig.isUseSSL() != config.isUseSSL()) {
154 if (config.isUseSSL()) {
359 if (config.isUseSSL()) {
469 public boolean isUseSSL() { method in class:JmxConnectionHandler
470 return currentConfig.isUseSSL();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java128 if (currentConfig.isUseSSL() != config.isUseSSL()) {
146 if (config.isUseSSL()) {
313 if (config.isUseSSL()) {
438 public boolean isUseSSL() { method in class:JmxConnectionHandler
439 return currentConfig.isUseSSL();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java131 if (currentConfig.isUseSSL() != config.isUseSSL()) {
145 if (config.isUseSSL()) {
318 if (config.isUseSSL()) {
433 public boolean isUseSSL() { method in class:JmxConnectionHandler
434 return currentConfig.isUseSSL();
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DAdministrationConnector.java507 public boolean isUseSSL() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DAdministrationConnector.java508 public boolean isUseSSL() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DAdministrationConnector.java508 public boolean isUseSSL() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DAdministrationConnector.java507 public boolean isUseSSL() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DAdministrationConnector.java508 public boolean isUseSSL() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DAdministrationConnector.java382 public boolean isUseSSL() method in class:AdministrationConnector.LDAPConnectionCfgAdapter
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java581 public boolean isUseSSL() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java555 public boolean isUseSSL() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java587 public boolean isUseSSL() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java555 public boolean isUseSSL() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java581 public boolean isUseSSL() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java536 public boolean isUseSSL() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg

Completed in 101 milliseconds