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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DHttpCallback.java50 static final String HTTP_HTTPBASIC = "BASIC realm=\"basic_realm\""; field in class:HttpCallback
155 ? negoValue.equalsIgnoreCase(HTTP_HTTPBASIC) : false;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DHttpCallback.java50 static final String HTTP_HTTPBASIC = "BASIC realm=\"basic_realm\""; field in class:HttpCallback
155 ? negoValue.equalsIgnoreCase(HTTP_HTTPBASIC) : false;

Completed in 21 milliseconds