Home
last modified time | relevance | path

Searched refs:authenticatorKey (Results 1 – 25 of 73) sorted by relevance

123

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java210 String authenticatorKey; field in AuthenticationInfo
222 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
256 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
265 return authenticatorKey; in getAuthenticatorKey()
297 + ";auth=" + authenticatorKey; in getServerAuth()
317 + ";auth=" + authenticatorKey; in getServerAuthKey()
351 + ";auth=" + authenticatorKey; in getProxyAuth()
474 + ";auth=" + authenticatorKey; in cacheKey()
477 + ";auth=" + authenticatorKey; in cacheKey()
489 if (authenticatorKey == null) { in readObject()
[all …]
H A DBasicAuthentication.java59 String authenticatorKey) { in BasicAuthentication() argument
62 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
91 String authenticatorKey) { in BasicAuthentication() argument
94 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
103 String authenticatorKey) { in BasicAuthentication() argument
106 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
134 String auth, String authenticatorKey) { in BasicAuthentication() argument
137 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
H A DNTLMAuthenticationProxy.java61 String authenticatorKey) { in create() argument
63 return fourArgCtr.newInstance(isProxy, url, pw, authenticatorKey); in create()
75 String authenticatorKey) { in create() argument
77 return sixArgCtr.newInstance(isProxy, host, port, pw, authenticatorKey); in create()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java228 String authenticatorKey; field in AuthenticationInfo
240 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
274 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
283 return authenticatorKey; in getAuthenticatorKey()
315 + ";auth=" + authenticatorKey; in getServerAuth()
335 + ";auth=" + authenticatorKey; in getServerAuthKey()
369 + ";auth=" + authenticatorKey; in getProxyAuth()
492 + ";auth=" + authenticatorKey; in cacheKey()
495 + ";auth=" + authenticatorKey; in cacheKey()
507 if (authenticatorKey == null) { in readObject()
[all …]
H A DBasicAuthentication.java61 String authenticatorKey) { in BasicAuthentication() argument
64 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
89 String authenticatorKey) { in BasicAuthentication() argument
92 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
101 String authenticatorKey) { in BasicAuthentication() argument
104 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
128 String auth, String authenticatorKey) { in BasicAuthentication() argument
131 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
H A DNTLMAuthenticationProxy.java61 String authenticatorKey) { in create() argument
63 return fourArgCtr.newInstance(isProxy, url, pw, authenticatorKey); in create()
75 String authenticatorKey) { in create() argument
77 return sixArgCtr.newInstance(isProxy, host, port, pw, authenticatorKey); in create()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java228 String authenticatorKey; field in AuthenticationInfo
240 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
274 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
283 return authenticatorKey; in getAuthenticatorKey()
315 + ";auth=" + authenticatorKey; in getServerAuth()
335 + ";auth=" + authenticatorKey; in getServerAuthKey()
369 + ";auth=" + authenticatorKey; in getProxyAuth()
492 + ";auth=" + authenticatorKey; in cacheKey()
495 + ";auth=" + authenticatorKey; in cacheKey()
507 if (authenticatorKey == null) { in readObject()
[all …]
H A DBasicAuthentication.java59 String authenticatorKey) { in BasicAuthentication() argument
62 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
91 String authenticatorKey) { in BasicAuthentication() argument
94 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
103 String authenticatorKey) { in BasicAuthentication() argument
106 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
134 String auth, String authenticatorKey) { in BasicAuthentication() argument
137 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
H A DNTLMAuthenticationProxy.java61 String authenticatorKey) { in create() argument
63 return fourArgCtr.newInstance(isProxy, url, pw, authenticatorKey); in create()
75 String authenticatorKey) { in create() argument
77 return sixArgCtr.newInstance(isProxy, host, port, pw, authenticatorKey); in create()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java236 String authenticatorKey; field in AuthenticationInfo
248 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
282 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
291 return authenticatorKey; in getAuthenticatorKey()
323 + ";auth=" + authenticatorKey; in getServerAuth()
343 + ";auth=" + authenticatorKey; in getServerAuthKey()
377 + ";auth=" + authenticatorKey; in getProxyAuth()
498 + ";auth=" + authenticatorKey; in cacheKey()
501 + ";auth=" + authenticatorKey; in cacheKey()
515 if (authenticatorKey == null) { in readObject()
[all …]
H A DBasicAuthentication.java66 boolean isUTF8, String authenticatorKey) { in BasicAuthentication() argument
69 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
79 String authenticatorKey) { in BasicAuthentication() argument
82 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
91 String authenticatorKey) { in BasicAuthentication() argument
94 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
119 String auth, String authenticatorKey) { in BasicAuthentication() argument
122 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
H A DNTLMAuthenticationProxy.java61 String authenticatorKey) { in create() argument
63 return fourArgCtr.newInstance(isProxy, url, pw, authenticatorKey); in create()
75 String authenticatorKey) { in create() argument
77 return sixArgCtr.newInstance(isProxy, host, port, pw, authenticatorKey); in create()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java237 String authenticatorKey; field in AuthenticationInfo
249 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
283 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
292 return authenticatorKey; in getAuthenticatorKey()
324 + ";auth=" + authenticatorKey; in getServerAuth()
344 + ";auth=" + authenticatorKey; in getServerAuthKey()
378 + ";auth=" + authenticatorKey; in getProxyAuth()
499 + ";auth=" + authenticatorKey; in cacheKey()
502 + ";auth=" + authenticatorKey; in cacheKey()
516 if (authenticatorKey == null) { in readObject()
[all …]
H A DBasicAuthentication.java66 boolean isUTF8, String authenticatorKey) { in BasicAuthentication() argument
69 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
79 String authenticatorKey) { in BasicAuthentication() argument
82 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
91 String authenticatorKey) { in BasicAuthentication() argument
94 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
119 String auth, String authenticatorKey) { in BasicAuthentication() argument
122 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
H A DNTLMAuthenticationProxy.java61 String authenticatorKey) { in create() argument
63 return fourArgCtr.newInstance(isProxy, url, pw, authenticatorKey); in create()
75 String authenticatorKey) { in create() argument
77 return sixArgCtr.newInstance(isProxy, host, port, pw, authenticatorKey); in create()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java228 String authenticatorKey; field in AuthenticationInfo
240 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
274 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
283 return authenticatorKey; in getAuthenticatorKey()
315 + ";auth=" + authenticatorKey; in getServerAuth()
335 + ";auth=" + authenticatorKey; in getServerAuthKey()
369 + ";auth=" + authenticatorKey; in getProxyAuth()
492 + ";auth=" + authenticatorKey; in cacheKey()
495 + ";auth=" + authenticatorKey; in cacheKey()
507 if (authenticatorKey == null) { in readObject()
[all …]
H A DBasicAuthentication.java61 String authenticatorKey) { in BasicAuthentication() argument
64 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
89 String authenticatorKey) { in BasicAuthentication() argument
92 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
101 String authenticatorKey) { in BasicAuthentication() argument
104 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
128 String auth, String authenticatorKey) { in BasicAuthentication() argument
131 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
H A DNTLMAuthenticationProxy.java61 String authenticatorKey) { in create() argument
63 return fourArgCtr.newInstance(isProxy, url, pw, authenticatorKey); in create()
75 String authenticatorKey) { in create() argument
77 return sixArgCtr.newInstance(isProxy, host, port, pw, authenticatorKey); in create()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java229 String authenticatorKey; field in AuthenticationInfo
241 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
275 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
284 return authenticatorKey; in getAuthenticatorKey()
316 + ";auth=" + authenticatorKey; in getServerAuth()
336 + ";auth=" + authenticatorKey; in getServerAuthKey()
370 + ";auth=" + authenticatorKey; in getProxyAuth()
493 + ";auth=" + authenticatorKey; in cacheKey()
496 + ";auth=" + authenticatorKey; in cacheKey()
509 if (authenticatorKey == null) { in readObject()
[all …]
H A DBasicAuthentication.java66 boolean isUTF8, String authenticatorKey) { in BasicAuthentication() argument
69 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
79 String authenticatorKey) { in BasicAuthentication() argument
82 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
91 String authenticatorKey) { in BasicAuthentication() argument
94 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
119 String auth, String authenticatorKey) { in BasicAuthentication() argument
122 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
H A DNTLMAuthenticationProxy.java61 String authenticatorKey) { in create() argument
63 return fourArgCtr.newInstance(isProxy, url, pw, authenticatorKey); in create()
75 String authenticatorKey) { in create() argument
77 return sixArgCtr.newInstance(isProxy, host, port, pw, authenticatorKey); in create()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java229 String authenticatorKey; field in AuthenticationInfo
241 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
275 this.authenticatorKey = Objects.requireNonNull(authenticatorKey); in AuthenticationInfo()
284 return authenticatorKey; in getAuthenticatorKey()
316 + ";auth=" + authenticatorKey; in getServerAuth()
336 + ";auth=" + authenticatorKey; in getServerAuthKey()
370 + ";auth=" + authenticatorKey; in getProxyAuth()
493 + ";auth=" + authenticatorKey; in cacheKey()
496 + ";auth=" + authenticatorKey; in cacheKey()
509 if (authenticatorKey == null) { in readObject()
[all …]
H A DBasicAuthentication.java66 boolean isUTF8, String authenticatorKey) { in BasicAuthentication() argument
69 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
79 String authenticatorKey) { in BasicAuthentication() argument
82 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
91 String authenticatorKey) { in BasicAuthentication() argument
94 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
119 String auth, String authenticatorKey) { in BasicAuthentication() argument
122 Objects.requireNonNull(authenticatorKey)); in BasicAuthentication()
H A DNTLMAuthenticationProxy.java61 String authenticatorKey) { in create() argument
63 return fourArgCtr.newInstance(isProxy, url, pw, authenticatorKey); in create()
75 String authenticatorKey) { in create() argument
77 return sixArgCtr.newInstance(isProxy, host, port, pw, authenticatorKey); in create()
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/
H A DEnableAuthenticator.cs34 var authenticatorKey = _codeElement.TextContent.Replace(" ", ""); in SendValidCodeAsync()
35 Context.AuthenticatorKey = authenticatorKey; in SendValidCodeAsync()
36 var verificationCode = ComputeCode(authenticatorKey); in SendValidCodeAsync()

123