Searched defs:auth (Results 101 - 109 of 109) sorted by relevance

12345

/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DHttpURLConnection.java147 public void setAuthenticator(Authenticator auth) { argument
/openjdk9/jdk/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsClient.java166 query(DnsName fqdn, int qclass, int qtype, boolean recursion, boolean auth) argument
/openjdk9/jdk/test/sun/net/www/ftptest/
H A DFtpCommandHandler.java54 private FtpAuthHandler auth = null; field in class:FtpCommandHandler
/openjdk9/jdk/src/java.base/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java494 public void setAuthenticator(Authenticator auth) { argument
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java524 public void setAuthenticator(Authenticator auth) { argument
/openjdk9/jdk/test/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java106 create(HttpProtocolType protocol, HttpAuthType authType, HttpTestAuthenticator auth, HttpSchemeType schemeType) argument
114 create(HttpProtocolType protocol, HttpAuthType authType, HttpTestAuthenticator auth, HttpSchemeType schemeType, HttpHandler delegate) argument
222 setContextAuthenticator(HttpContext ctxt, HttpTestAuthenticator auth) argument
236 createServer(HttpProtocolType protocol, HttpAuthType authType, HttpTestAuthenticator auth, HttpSchemeType schemeType, HttpHandler delegate, String path) argument
255 createProxy(HttpProtocolType protocol, HttpAuthType authType, HttpTestAuthenticator auth, HttpSchemeType schemeType, HttpHandler delegate, String path) argument
277 createServerAndRedirect( HttpProtocolType protocol, HttpAuthType targetAuthType, HttpTestAuthenticator auth, HttpSchemeType schemeType, HttpHandler targetDelegate, int code300) argument
332 createHandler(HttpSchemeType schemeType, HttpTestAuthenticator auth, HttpAuthType authType) argument
338 configureAuthentication(HttpContext ctxt, HttpSchemeType schemeType, HttpTestAuthenticator auth, HttpAuthType authType) argument
627 private final HttpTestAuthenticator auth; field in class:HTTPTestServer.HttpBasicFilter
628 HttpBasicFilter(HttpTestAuthenticator auth, HttpAuthType authType) argument
696 private final HttpTestAuthenticator auth; field in class:HTTPTestServer.HttpDigestFilter
699 HttpDigestFilter(HttpTestAuthenticator auth, HttpAuthType authType) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java515 public synchronized void setAuthenticator(Authenticator auth) { argument
1975 resetProxyAuthentication(AuthenticationInfo proxyAuthentication, AuthenticationHeader auth) argument
[all...]
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapClient.java312 ldapBind(String dn, byte[]toServer, Control[] bindCtls, String auth, boolean pauseAfterReceipt) argument
/openjdk9/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jar ... mail/imap/protocol/ com/sun/mail/smtp/ com/sun/mail/auth/ com/sun/mail/pop3/ com/sun/mail/util/ com/sun ...

Completed in 266 milliseconds

12345