Searched refs:prot_handler_string (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/protocol/
H A DAMURLStreamHandlerFactory.java43 static String prot_handler_string = null; field in class:AMURLStreamHandlerFactory
47 prot_handler_string =
49 if (prot_handler_string != null) {
50 prot_handler_string = prot_handler_string + ".https.Handler";
54 prot_handler_string);
69 (prot_handler_string != null)) {
72 prot_handler_string).newInstance();
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/protocol/
H A DAMURLStreamHandlerFactory.java43 static String prot_handler_string = null; field in class:AMURLStreamHandlerFactory
47 prot_handler_string =
49 if (prot_handler_string != null) {
50 prot_handler_string = prot_handler_string + ".https.Handler";
54 prot_handler_string);
69 (prot_handler_string != null)) {
72 prot_handler_string).newInstance();
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DHttpURLConnectionManager.java57 private static String prot_handler_string = null; field in class:HttpURLConnectionManager
65 prot_handler_string = SystemPropertiesManager.get(Constants.PROTOCOL_HANDLER, null);
68 prot_handler_string);
110 if ((prot_handler_string != null) && prot.equalsIgnoreCase("https")) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DHttpURLConnectionManager.java57 private static String prot_handler_string = null; field in class:HttpURLConnectionManager
65 prot_handler_string = SystemPropertiesManager.get(Constants.PROTOCOL_HANDLER, null);
68 prot_handler_string);
110 if ((prot_handler_string != null) && prot.equalsIgnoreCase("https")) {

Completed in 51 milliseconds