Searched refs:PROTOCOL_HTTPS (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DRelaxedURL.java35 private static final String PROTOCOL_HTTPS = "https"; field in class:RelaxedURL
61 if (protocol.equalsIgnoreCase(PROTOCOL_HTTP) || protocol.equalsIgnoreCase(PROTOCOL_HTTPS)) {
66 } else if (protocol.equalsIgnoreCase(PROTOCOL_HTTPS)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DRelaxedURL.java35 private static final String PROTOCOL_HTTPS = "https"; field in class:RelaxedURL
61 if (protocol.equalsIgnoreCase(PROTOCOL_HTTP) || protocol.equalsIgnoreCase(PROTOCOL_HTTPS)) {
66 } else if (protocol.equalsIgnoreCase(PROTOCOL_HTTPS)) {

Completed in 29 milliseconds