Searched refs:asBool (Results 1 - 6 of 6) sorted by relevance
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/ |
H A D | LdapHttpApplication.java | 165 result.setBasicAuthenticationSupported(asBool(val, "supportHTTPBasicAuthentication")); 166 result.setCustomHeadersAuthenticationSupported(asBool(val, "supportAltAuthentication")); 183 private boolean asBool(JsonValue value, String key) method in class:LdapHttpApplication
|
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/ |
H A D | HTTPConnectionHandler.java | 905 result.setBasicAuthenticationSupported(asBool(val, 907 result.setCustomHeadersAuthenticationSupported(asBool(val, 925 private boolean asBool(JsonValue value, String key) method in class:HTTPConnectionHandler
|
/forgerock/opendj2/src/server/org/opends/server/protocols/http/ |
H A D | HTTPConnectionHandler.java | 888 result.setBasicAuthenticationSupported(asBool(val, 890 result.setCustomHeadersAuthenticationSupported(asBool(val, 908 private boolean asBool(JsonValue value, String key) method in class:HTTPConnectionHandler
|
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/ |
H A D | HTTPConnectionHandler.java | 907 result.setBasicAuthenticationSupported(asBool(val, 909 result.setCustomHeadersAuthenticationSupported(asBool(val, 927 private boolean asBool(JsonValue value, String key) method in class:HTTPConnectionHandler
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/ |
H A D | HTTPConnectionHandler.java | 905 result.setBasicAuthenticationSupported(asBool(val, 907 result.setCustomHeadersAuthenticationSupported(asBool(val, 925 private boolean asBool(JsonValue value, String key) method in class:HTTPConnectionHandler
|
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/ |
H A D | HTTPConnectionHandler.java | 888 result.setBasicAuthenticationSupported(asBool(val, 890 result.setCustomHeadersAuthenticationSupported(asBool(val, 908 private boolean asBool(JsonValue value, String key) method in class:HTTPConnectionHandler
|
Completed in 426 milliseconds