- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for getAuthScope (0.05 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc4Authentication.java
} /** * Retrieves the authentication scope associated with this authentication. * * @return the {@link AuthScope} object representing the authentication scope. */ public AuthScope getAuthScope() { return authScope; } /** * Sets the authentication scope. * * @param authScope the authentication scope to set */Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Jan 08 14:22:26 GMT 2026 - 3.7K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5Authentication.java
} /** * Retrieves the authentication scope associated with this authentication. * * @return the {@link AuthScope} object representing the authentication scope. */ public AuthScope getAuthScope() { return authScope; } /** * Sets the authentication scope. * * @param authScope the authentication scope to set */Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Jan 08 14:22:26 GMT 2026 - 3.8K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5HttpClient.java
formSchemeList.add(new Pair<>((Hc5FormScheme) authScheme, authentication.getCredentials())); } else { final AuthScope authScope = authentication.getAuthScope(); credentialsProvider.setCredentials(authScope, authentication.getCredentials()); if (authScope.getHost() != null && authScheme != null) {
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sat Jan 31 12:23:29 GMT 2026 - 62.2K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc4HttpClient.java
formSchemeList.add(new Pair<>((Hc4FormScheme) authScheme, authentication.getCredentials())); } else { final AuthScope authScope = authentication.getAuthScope(); credentialsProvider.setCredentials(authScope, authentication.getCredentials()); if (authScope.getHost() != null && authScheme != null) {
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Fri Jan 09 23:46:52 GMT 2026 - 54.4K bytes - Click Count (0)