/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/ |
H A D | LDAPConnectionConsoleInteraction.java | 107 // The trust store to use for the SSL or STARTTLS connection 137 LDAP(1, INFO_LDAP_CONN_PROMPT_SECURITY_LDAP.get()), SSL(2, enum constant in enum:LDAPConnectionConsoleInteraction.Protocols 324 * @param canUseSSL whether we can propose to connect using SSL or not. 437 defaultProtocol = Protocols.SSL; 450 if (!canUseSSL && p.equals(Protocols.SSL)) 474 if (result.getValue().equals(Protocols.SSL.getChoice())) 1311 * Indicates whether or not a connection should use SSL based on 1314 * @return boolean where true means use SSL 1730 * of SSL and there is a problem initializing the SSL connectio [all...] |
/forgerock/opendj2/src/server/org/opends/server/util/cli/ |
H A D | LDAPConnectionConsoleInteraction.java | 106 // The trust store to use for the SSL or STARTTLS connection 136 LDAP(1, INFO_LDAP_CONN_PROMPT_SECURITY_LDAP.get()), SSL(2, enum constant in enum:LDAPConnectionConsoleInteraction.Protocols 323 * @param canUseSSL whether we can propose to connect using SSL or not. 436 defaultProtocol = Protocols.SSL; 449 if (!canUseSSL && p.equals(Protocols.SSL)) 473 if (result.getValue().equals(Protocols.SSL.getChoice())) 1310 * Indicates whether or not a connection should use SSL based on 1313 * @return boolean where true means use SSL 1729 * of SSL and there is a problem initializing the SSL connectio [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/ |
H A D | LDAPConnectionConsoleInteraction.java | 107 // The trust store to use for the SSL or STARTTLS connection 137 LDAP(1, INFO_LDAP_CONN_PROMPT_SECURITY_LDAP.get()), SSL(2, enum constant in enum:LDAPConnectionConsoleInteraction.Protocols 324 * @param canUseSSL whether we can propose to connect using SSL or not. 437 defaultProtocol = Protocols.SSL; 450 if (!canUseSSL && p.equals(Protocols.SSL)) 474 if (result.getValue().equals(Protocols.SSL.getChoice())) 1311 * Indicates whether or not a connection should use SSL based on 1314 * @return boolean where true means use SSL 1730 * of SSL and there is a problem initializing the SSL connectio [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/ |
H A D | LDAPConnectionConsoleInteraction.java | 107 // The trust store to use for the SSL or STARTTLS connection 137 LDAP(1, INFO_LDAP_CONN_PROMPT_SECURITY_LDAP.get()), SSL(2, enum constant in enum:LDAPConnectionConsoleInteraction.Protocols 324 * @param canUseSSL whether we can propose to connect using SSL or not. 437 defaultProtocol = Protocols.SSL; 450 if (!canUseSSL && p.equals(Protocols.SSL)) 474 if (result.getValue().equals(Protocols.SSL.getChoice())) 1311 * Indicates whether or not a connection should use SSL based on 1314 * @return boolean where true means use SSL 1730 * of SSL and there is a problem initializing the SSL connectio [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/ |
H A D | LDAPConnectionConsoleInteraction.java | 106 // The trust store to use for the SSL or STARTTLS connection 136 LDAP(1, INFO_LDAP_CONN_PROMPT_SECURITY_LDAP.get()), SSL(2, enum constant in enum:LDAPConnectionConsoleInteraction.Protocols 323 * @param canUseSSL whether we can propose to connect using SSL or not. 436 defaultProtocol = Protocols.SSL; 449 if (!canUseSSL && p.equals(Protocols.SSL)) 473 if (result.getValue().equals(Protocols.SSL.getChoice())) 1310 * Indicates whether or not a connection should use SSL based on 1313 * @return boolean where true means use SSL 1729 * of SSL and there is a problem initializing the SSL connectio [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/ |
H A D | LDAPConnectionConsoleInteraction.java | 105 /** The trust store to use for the SSL or STARTTLS connection. */ 209 SSL(2, INFO_LDAP_CONN_PROMPT_SECURITY_USE_SSL.get()), enum constant in enum:LDAPConnectionConsoleInteraction.Protocols 480 defaultProtocol = Protocols.SSL; 513 if (result.getValue().equals(Protocols.SSL.getChoice())) 1321 * Indicates whether or not a connection should use SSL based on this 1324 * @return boolean where true means use SSL 1718 * if this interaction has specified the use of SSL and there is a 1719 * problem initializing the SSL connection factory
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/ |
H A D | SAMLConstants.java | 634 * SSL 918 public static final String SSL = "SSL"; field in class:SAMLConstants
|
/forgerock/web-agents-v4/source/ |
H A D | net_client_ssl.c | 148 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st 172 #define SSL_new (* (SSL * (*)(SSL_CTX *)) ssl_sw[12].ptr) 174 #define SSL_CTX_set_msg_callback (* (void (*)(SSL_CTX *, void (*callback)(int, int, int, const void *, size_t, SSL *, void *))) ssl_sw[14].ptr) 175 #define SSL_set_connect_state (* (void (*)(SSL *)) ssl_sw[15].ptr) 176 #define SSL_do_handshake (* (int (*)(SSL *)) ssl_sw[16].ptr) 177 #define SSL_get_error (* (int (*)(SSL *, int)) ssl_sw[17].ptr) 178 #define SSL_read (* (int (*)(SSL *, void *, int)) ssl_sw[18].ptr) 179 #define SSL_write (* (int (*)(SSL *, const void *,int)) ssl_sw[19].ptr) 180 #define SSL_connect (* (int (*)(SSL *)) ssl_sw[20].ptr) 181 #define SSL_shutdown (* (int (*)(SSL *)) ssl_s [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/ |
H A D | SAMLConstants.java | 634 * SSL 918 public static final String SSL = "SSL"; field in class:SAMLConstants
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/ |
H A D | IFSConstants.java | 244 * SSL with basic authentication 252 * SSL 254 public static final String SSL = "SSL"; field in interface:IFSConstants
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/ |
H A D | IFSConstants.java | 244 * SSL with basic authentication 252 * SSL 254 public static final String SSL = "SSL"; field in interface:IFSConstants
|
/forgerock/opendj-b2.6/ext/svnkit/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2.6.2/ext/svnkit/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2/ext/svnkit/lib/ |
H A D | svnkit-1.8.5.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2-hg/ext/svnkit/lib/ |
H A D | svnkit-1.8.5.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj-b2.6/tests/staf-tests/shared/resource/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj2/tests/staf-tests/shared/resource/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj2.6.2/tests/staf-tests/shared/resource/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/resource/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |
/forgerock/opendj2-hg/tests/staf-tests/shared/resource/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |