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

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

Completed in 40 milliseconds