Home
last modified time | relevance | path

Searched refs:configureAuthentication (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java515 server.configureAuthentication(context, schemeType, auth, authType); in createServer()
548 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
653 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer
1518 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer.HttpsProxyTunnel
1525 super.configureAuthentication(ctxt, schemeType, auth, authType); in configureAuthentication()
1810 result.configureAuthentication(null,
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java513 server.configureAuthentication(context, schemeType, auth, authType); in createServer()
546 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
651 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer
1516 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer.HttpsProxyTunnel
1523 super.configureAuthentication(ctxt, schemeType, auth, authType); in configureAuthentication()
1808 result.configureAuthentication(null,
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java515 server.configureAuthentication(context, schemeType, auth, authType); in createServer()
548 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
653 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer
1518 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer.HttpsProxyTunnel
1525 super.configureAuthentication(ctxt, schemeType, auth, authType); in configureAuthentication()
1810 result.configureAuthentication(null,
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java511 server.configureAuthentication(context, schemeType, auth, authType); in createServer()
544 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
649 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer
1514 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer.HttpsProxyTunnel
1521 super.configureAuthentication(ctxt, schemeType, auth, authType); in configureAuthentication()
1754 result.configureAuthentication(null,
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java515 server.configureAuthentication(context, schemeType, auth, authType); in createServer()
548 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
653 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer
1518 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer.HttpsProxyTunnel
1525 super.configureAuthentication(ctxt, schemeType, auth, authType); in configureAuthentication()
1829 result.configureAuthentication(null,
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java515 server.configureAuthentication(context, schemeType, auth, authType); in createServer()
548 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
653 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer
1518 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer.HttpsProxyTunnel
1525 super.configureAuthentication(ctxt, schemeType, auth, authType); in configureAuthentication()
1829 result.configureAuthentication(null,
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java515 server.configureAuthentication(context, schemeType, auth, authType); in createServer()
548 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
653 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer
1518 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer.HttpsProxyTunnel
1525 super.configureAuthentication(ctxt, schemeType, auth, authType); in configureAuthentication()
1829 result.configureAuthentication(null,
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java516 server.configureAuthentication(context, schemeType, auth, authType); in createServer()
549 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
654 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer
1506 void configureAuthentication(HttpTestContext ctxt, in configureAuthentication() method in DigestEchoServer.HttpsProxyTunnel
1513 super.configureAuthentication(ctxt, schemeType, auth, authType); in configureAuthentication()
1817 result.configureAuthentication(null,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java338 server.configureAuthentication(ctxt, schemeType, auth, authType); in createServer()
359 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
426 private void configureAuthentication(HttpContext ctxt, in configureAuthentication() method in HTTPTestServer
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java338 server.configureAuthentication(ctxt, schemeType, auth, authType); in createServer()
359 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
426 private void configureAuthentication(HttpContext ctxt, in configureAuthentication() method in HTTPTestServer
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java338 server.configureAuthentication(ctxt, schemeType, auth, authType); in createServer()
359 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
426 private void configureAuthentication(HttpContext ctxt, in configureAuthentication() method in HTTPTestServer
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java338 server.configureAuthentication(ctxt, schemeType, auth, authType); in createServer()
359 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
430 private void configureAuthentication(HttpContext ctxt, in configureAuthentication() method in HTTPTestServer
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java338 server.configureAuthentication(ctxt, schemeType, auth, authType); in serialize()
359 server.configureAuthentication(ctxt, schemeType, auth, authType); in serialize()
430 private void configureAuthentication(HttpContext ctxt, in serialize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java338 server.configureAuthentication(ctxt, schemeType, auth, authType); in createServer()
359 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
430 private void configureAuthentication(HttpContext ctxt, in configureAuthentication() method in HTTPTestServer
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java326 server.configureAuthentication(ctxt, schemeType, auth, authType); in createServer()
347 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
414 private void configureAuthentication(HttpContext ctxt, in configureAuthentication() method in HTTPTestServer
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java339 server.configureAuthentication(ctxt, schemeType, auth, authType); in createServer()
360 server.configureAuthentication(ctxt, schemeType, auth, authType); in createProxy()
431 private void configureAuthentication(HttpContext ctxt, in configureAuthentication() method in HTTPTestServer