< prev index next >

src/java.base/windows/classes/sun/net/www/protocol/http/ntlm/NTLMAuthentication.java

Print this page

        

*** 81,91 **** String ntdomain; String password; /** * Create a NTLMAuthentication: ! * Username may be specified as domain<BACKSLASH>username in the application Authenticator. * If this notation is not used, then the domain will be taken * from a system property: "http.auth.ntlm.domain". */ public NTLMAuthentication(boolean isProxy, URL url, PasswordAuthentication pw) { super(isProxy ? PROXY_AUTHENTICATION : SERVER_AUTHENTICATION, --- 81,92 ---- String ntdomain; String password; /** * Create a NTLMAuthentication: ! * Username may be specified as {@literal domain<BACKSLASH>username} ! * in the application Authenticator. * If this notation is not used, then the domain will be taken * from a system property: "http.auth.ntlm.domain". */ public NTLMAuthentication(boolean isProxy, URL url, PasswordAuthentication pw) { super(isProxy ? PROXY_AUTHENTICATION : SERVER_AUTHENTICATION,
< prev index next >