Searched defs:useSSL (Results 1 - 25 of 81) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java39 private boolean useSSL; field in class:MonoServerReplicationUserData
82 boolean useSSL() method in class:MonoServerReplicationUserData
84 return useSSL;
89 * @param useSSL whether we must use SSL to connect to the server or not.
91 void setUseSSL(boolean useSSL) argument
93 this.useSSL = useSSL;
H A DDisableReplicationUserData.java41 private boolean useSSL; field in class:DisableReplicationUserData
88 boolean useSSL() method in class:DisableReplicationUserData
90 return useSSL;
95 * @param useSSL whether we must use SSL to connect to the server or not.
97 void setUseSSL(boolean useSSL) argument
99 this.useSSL = useSSL;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionProtocolPolicy.java64 * @param useSSL whether the user asked to use SSL or not.
69 public static ConnectionProtocolPolicy getConnectionPolicy(boolean useSSL, argument
77 else if (useSSL)
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionProtocolPolicy.java65 * @param useSSL whether the user asked to use SSL or not.
70 public static ConnectionProtocolPolicy getConnectionPolicy(boolean useSSL, argument
78 else if (useSSL)
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java38 private boolean useSSL; field in class:MonoServerReplicationUserData
81 boolean useSSL() method in class:MonoServerReplicationUserData
83 return useSSL;
88 * @param useSSL whether we must use SSL to connect to the server or not.
90 void setUseSSL(boolean useSSL) argument
92 this.useSSL = useSSL;
H A DDisableReplicationUserData.java40 private boolean useSSL; field in class:DisableReplicationUserData
87 boolean useSSL() method in class:DisableReplicationUserData
89 return useSSL;
94 * @param useSSL whether we must use SSL to connect to the server or not.
96 void setUseSSL(boolean useSSL) argument
98 this.useSSL = useSSL;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java39 private boolean useSSL; field in class:MonoServerReplicationUserData
82 boolean useSSL() method in class:MonoServerReplicationUserData
84 return useSSL;
89 * @param useSSL whether we must use SSL to connect to the server or not.
91 void setUseSSL(boolean useSSL) argument
93 this.useSSL = useSSL;
H A DDisableReplicationUserData.java41 private boolean useSSL; field in class:DisableReplicationUserData
88 boolean useSSL() method in class:DisableReplicationUserData
90 return useSSL;
95 * @param useSSL whether we must use SSL to connect to the server or not.
97 void setUseSSL(boolean useSSL) argument
99 this.useSSL = useSSL;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionProtocolPolicy.java65 * @param useSSL whether the user asked to use SSL or not.
70 public static ConnectionProtocolPolicy getConnectionPolicy(boolean useSSL, argument
78 else if (useSSL)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionProtocolPolicy.java64 * @param useSSL whether the user asked to use SSL or not.
69 public static ConnectionProtocolPolicy getConnectionPolicy(boolean useSSL, argument
77 else if (useSSL)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionProtocolPolicy.java65 * @param useSSL whether the user asked to use SSL or not.
70 public static ConnectionProtocolPolicy getConnectionPolicy(boolean useSSL, argument
78 else if (useSSL)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java39 private boolean useSSL; field in class:MonoServerReplicationUserData
82 boolean useSSL() method in class:MonoServerReplicationUserData
84 return useSSL;
89 * @param useSSL whether we must use SSL to connect to the server or not.
91 void setUseSSL(boolean useSSL) argument
93 this.useSSL = useSSL;
H A DDisableReplicationUserData.java41 private boolean useSSL; field in class:DisableReplicationUserData
88 boolean useSSL() method in class:DisableReplicationUserData
90 return useSSL;
95 * @param useSSL whether we must use SSL to connect to the server or not.
97 void setUseSSL(boolean useSSL) argument
99 this.useSSL = useSSL;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java38 private boolean useSSL; field in class:MonoServerReplicationUserData
81 boolean useSSL() method in class:MonoServerReplicationUserData
83 return useSSL;
88 * @param useSSL whether we must use SSL to connect to the server or not.
90 void setUseSSL(boolean useSSL) argument
92 this.useSSL = useSSL;
H A DDisableReplicationUserData.java40 private boolean useSSL; field in class:DisableReplicationUserData
87 boolean useSSL() method in class:DisableReplicationUserData
89 return useSSL;
94 * @param useSSL whether we must use SSL to connect to the server or not.
96 void setUseSSL(boolean useSSL) argument
98 this.useSSL = useSSL;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DConnectionProtocolPolicy.java64 * @param useSSL whether the user asked to use SSL or not.
69 public static ConnectionProtocolPolicy getConnectionPolicy(boolean useSSL, argument
77 else if (useSSL)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java38 private boolean useSSL; field in class:MonoServerReplicationUserData
81 boolean useSSL() method in class:MonoServerReplicationUserData
83 return useSSL;
88 * @param useSSL whether we must use SSL to connect to the server or not.
90 void setUseSSL(boolean useSSL) argument
92 this.useSSL = useSSL;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java46 private boolean useSSL = false; field in class:LDAPConnectionOptions
68 * @param useSSL True if SSL should be used, false otherwise.
72 public void setUseSSL(boolean useSSL) argument
74 this.useSSL = useSSL;
78 * Return the useSSL flag value.
83 public boolean useSSL() method in class:LDAPConnectionOptions
85 return useSSL;
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java45 private boolean useSSL = false; field in class:LDAPConnectionOptions
67 * @param useSSL True if SSL should be used, false otherwise.
71 public void setUseSSL(boolean useSSL) argument
73 this.useSSL = useSSL;
77 * Return the useSSL flag value.
82 public boolean useSSL() method in class:LDAPConnectionOptions
84 return useSSL;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java46 private boolean useSSL = false; field in class:LDAPConnectionOptions
68 * @param useSSL True if SSL should be used, false otherwise.
72 public void setUseSSL(boolean useSSL) argument
74 this.useSSL = useSSL;
78 * Return the useSSL flag value.
83 public boolean useSSL() method in class:LDAPConnectionOptions
85 return useSSL;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java46 private boolean useSSL = false; field in class:LDAPConnectionOptions
68 * @param useSSL True if SSL should be used, false otherwise.
72 public void setUseSSL(boolean useSSL) argument
74 this.useSSL = useSSL;
78 * Return the useSSL flag value.
83 public boolean useSSL() method in class:LDAPConnectionOptions
85 return useSSL;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java45 private boolean useSSL = false; field in class:LDAPConnectionOptions
67 * @param useSSL True if SSL should be used, false otherwise.
71 public void setUseSSL(boolean useSSL) argument
73 this.useSSL = useSSL;
77 * Return the useSSL flag value.
82 public boolean useSSL() method in class:LDAPConnectionOptions
84 return useSSL;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/
H A DSecureConnectionCliParser.java235 * the arguments useSSL and startTLS are not present.
379 public boolean useSSL() method in class:SecureConnectionCliParser
381 return secureArgsList.useSSL();
/forgerock/openam-v13/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDNValidation.java72 private boolean useSSL; field in class:MSISDNValidation
139 useSSL = Boolean.valueOf(CollectionHelper.getMapAttr(
177 "\n\t useSSL=" + useSSL);
200 useSSL, AMResourceBundleCache.getInstance().getResBundle(amAuthMSISDN, locale), startSearchLoc,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPConnectionOptions.java46 private boolean useSSL; field in class:LDAPConnectionOptions
64 * @param useSSL True if SSL should be used, false otherwise.
66 public void setUseSSL(boolean useSSL) argument
68 this.useSSL = useSSL;
72 * Return the useSSL flag value.
76 public boolean useSSL() method in class:LDAPConnectionOptions
78 return useSSL;

Completed in 122 milliseconds

1234