Home
last modified time | relevance | path

Searched refs:requestAuthentication (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java136 …private static AuthenticationInfo requestAuthentication(String key, Function<String, Authenticatio… in requestAuthentication() method in AuthenticationInfo
345 return requestAuthentication(key, AuthenticationInfo::getCachedServerAuth); in getServerAuth()
394 return requestAuthentication(key, AuthenticationInfo::getCachedProxyAuth); in getProxyAuth()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java136 …private static AuthenticationInfo requestAuthentication(String key, Function<String, Authenticatio… in requestAuthentication() method in AuthenticationInfo
345 return requestAuthentication(key, AuthenticationInfo::getCachedServerAuth); in getServerAuth()
394 return requestAuthentication(key, AuthenticationInfo::getCachedProxyAuth); in getProxyAuth()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java140 …private static AuthenticationInfo requestAuthentication(String key, Function<String, Authenticatio… in requestAuthentication() method in AuthenticationInfo
353 return requestAuthentication(key, AuthenticationInfo::getCachedServerAuth); in getServerAuth()
402 return requestAuthentication(key, AuthenticationInfo::getCachedProxyAuth); in getProxyAuth()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java141 …private static AuthenticationInfo requestAuthentication(String key, Function<String, Authenticatio… in requestAuthentication() method in AuthenticationInfo
354 return requestAuthentication(key, AuthenticationInfo::getCachedServerAuth); in getServerAuth()
403 return requestAuthentication(key, AuthenticationInfo::getCachedProxyAuth); in getProxyAuth()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java136 …private static AuthenticationInfo requestAuthentication(String key, Function<String, Authenticatio… in requestAuthentication() method in AuthenticationInfo
345 return requestAuthentication(key, AuthenticationInfo::getCachedServerAuth); in getServerAuth()
394 return requestAuthentication(key, AuthenticationInfo::getCachedProxyAuth); in getProxyAuth()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java137 …private static AuthenticationInfo requestAuthentication(String key, Function<String, Authenticatio… in requestAuthentication() method in AuthenticationInfo
346 return requestAuthentication(key, AuthenticationInfo::getCachedServerAuth); in getServerAuth()
395 return requestAuthentication(key, AuthenticationInfo::getCachedProxyAuth); in getProxyAuth()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java137 …private static AuthenticationInfo requestAuthentication(String key, Function<String, Authenticatio… in requestAuthentication() method in AuthenticationInfo
346 return requestAuthentication(key, AuthenticationInfo::getCachedServerAuth); in getServerAuth()
395 return requestAuthentication(key, AuthenticationInfo::getCachedProxyAuth); in getProxyAuth()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/api/
H A Ddisplay_source.idl102 static void requestAuthentication(long sinkId,
117 // be the same as one obtained from ‘requestAuthentication’.
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/api/
H A Ddisplay_source.idl102 static void requestAuthentication(long sinkId,
117 // be the same as one obtained from ‘requestAuthentication’.
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java506 protected abstract void requestAuthentication(HttpExchange he) throws IOException; in requestAuthentication() method in HTTPTestServer.AbstractHttpFilter
523 requestAuthentication(he); in doFilter()
701 protected void requestAuthentication(HttpExchange he) throws IOException { in requestAuthentication() method in HTTPTestServer.HttpNoAuthFilter
723 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpBasicFilter
797 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpDigestFilter
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java506 protected abstract void requestAuthentication(HttpExchange he) throws IOException; in requestAuthentication() method in HTTPTestServer.AbstractHttpFilter
523 requestAuthentication(he); in doFilter()
701 protected void requestAuthentication(HttpExchange he) throws IOException { in requestAuthentication() method in HTTPTestServer.HttpNoAuthFilter
723 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpBasicFilter
797 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpDigestFilter
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java506 protected abstract void requestAuthentication(HttpExchange he) throws IOException; in requestAuthentication() method in HTTPTestServer.AbstractHttpFilter
523 requestAuthentication(he); in doFilter()
701 protected void requestAuthentication(HttpExchange he) throws IOException { in requestAuthentication() method in HTTPTestServer.HttpNoAuthFilter
723 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpBasicFilter
797 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpDigestFilter
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java510 protected abstract void requestAuthentication(HttpExchange he) throws IOException; in requestAuthentication() method in HTTPTestServer.AbstractHttpFilter
527 requestAuthentication(he); in doFilter()
705 protected void requestAuthentication(HttpExchange he) throws IOException { in requestAuthentication() method in HTTPTestServer.HttpNoAuthFilter
727 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpBasicFilter
801 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpDigestFilter
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java510 protected abstract void requestAuthentication(HttpExchange he) throws IOException; in serialize()
527 requestAuthentication(he); in serialize()
705 protected void requestAuthentication(HttpExchange he) throws IOException { in serialize()
727 protected void requestAuthentication(HttpExchange he) in serialize()
801 protected void requestAuthentication(HttpExchange he) in serialize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java510 protected abstract void requestAuthentication(HttpExchange he) throws IOException; in requestAuthentication() method in HTTPTestServer.AbstractHttpFilter
527 requestAuthentication(he); in doFilter()
705 protected void requestAuthentication(HttpExchange he) throws IOException { in requestAuthentication() method in HTTPTestServer.HttpNoAuthFilter
727 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpBasicFilter
801 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpDigestFilter
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java494 protected abstract void requestAuthentication(HttpExchange he) throws IOException; in requestAuthentication() method in HTTPTestServer.AbstractHttpFilter
511 requestAuthentication(he); in doFilter()
689 protected void requestAuthentication(HttpExchange he) throws IOException { in requestAuthentication() method in HTTPTestServer.HttpNoAuthFilter
711 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpBasicFilter
785 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpDigestFilter
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java511 protected abstract void requestAuthentication(HttpExchange he) throws IOException; in requestAuthentication() method in HTTPTestServer.AbstractHttpFilter
528 requestAuthentication(he); in doFilter()
693 protected void requestAuthentication(HttpExchange he) throws IOException { in requestAuthentication() method in HTTPTestServer.HttpNoAuthFilter
715 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpBasicFilter
789 protected void requestAuthentication(HttpExchange he) in requestAuthentication() method in HTTPTestServer.HttpDigestFilter
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java739 protected abstract void requestAuthentication(HttpTestExchange he) throws IOException; in requestAuthentication() method in DigestEchoServer.AbstractHttpFilter
764 requestAuthentication(he); in doFilter()
949 protected void requestAuthentication(HttpTestExchange he) throws IOException { in requestAuthentication() method in DigestEchoServer.HttpNoAuthFilter
977 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpBasicFilter
1060 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpDigestFilter
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java737 protected abstract void requestAuthentication(HttpTestExchange he) throws IOException; in requestAuthentication() method in DigestEchoServer.AbstractHttpFilter
762 requestAuthentication(he); in doFilter()
947 protected void requestAuthentication(HttpTestExchange he) throws IOException { in requestAuthentication() method in DigestEchoServer.HttpNoAuthFilter
975 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpBasicFilter
1058 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpDigestFilter
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java739 protected abstract void requestAuthentication(HttpTestExchange he) throws IOException; in requestAuthentication() method in DigestEchoServer.AbstractHttpFilter
764 requestAuthentication(he); in doFilter()
949 protected void requestAuthentication(HttpTestExchange he) throws IOException { in requestAuthentication() method in DigestEchoServer.HttpNoAuthFilter
977 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpBasicFilter
1060 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpDigestFilter
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java735 protected abstract void requestAuthentication(HttpTestExchange he) throws IOException; in requestAuthentication() method in DigestEchoServer.AbstractHttpFilter
760 requestAuthentication(he); in doFilter()
945 protected void requestAuthentication(HttpTestExchange he) throws IOException { in requestAuthentication() method in DigestEchoServer.HttpNoAuthFilter
973 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpBasicFilter
1056 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpDigestFilter
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java739 protected abstract void requestAuthentication(HttpTestExchange he) throws IOException; in requestAuthentication() method in DigestEchoServer.AbstractHttpFilter
764 requestAuthentication(he); in doFilter()
949 protected void requestAuthentication(HttpTestExchange he) throws IOException { in requestAuthentication() method in DigestEchoServer.HttpNoAuthFilter
977 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpBasicFilter
1060 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpDigestFilter
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java739 protected abstract void requestAuthentication(HttpTestExchange he) throws IOException; in requestAuthentication() method in DigestEchoServer.AbstractHttpFilter
764 requestAuthentication(he); in doFilter()
949 protected void requestAuthentication(HttpTestExchange he) throws IOException { in requestAuthentication() method in DigestEchoServer.HttpNoAuthFilter
977 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpBasicFilter
1060 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpDigestFilter
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java739 protected abstract void requestAuthentication(HttpTestExchange he) throws IOException; in requestAuthentication() method in DigestEchoServer.AbstractHttpFilter
764 requestAuthentication(he); in doFilter()
949 protected void requestAuthentication(HttpTestExchange he) throws IOException { in requestAuthentication() method in DigestEchoServer.HttpNoAuthFilter
977 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpBasicFilter
1060 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpDigestFilter
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java740 protected abstract void requestAuthentication(HttpTestExchange he) throws IOException; in requestAuthentication() method in DigestEchoServer.AbstractHttpFilter
765 requestAuthentication(he); in doFilter()
937 protected void requestAuthentication(HttpTestExchange he) throws IOException { in requestAuthentication() method in DigestEchoServer.HttpNoAuthFilter
965 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpBasicFilter
1048 protected void requestAuthentication(HttpTestExchange he) in requestAuthentication() method in DigestEchoServer.HttpDigestFilter

12