- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for setAuthScope (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc4Authentication.java
public AuthScope getAuthScope() { return authScope; } /** * Sets the authentication scope. * * @param authScope the authentication scope to set */ public void setAuthScope(final AuthScope authScope) { this.authScope = authScope; } /** * Retrieves the credentials associated with the current authentication. *
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
public AuthScope getAuthScope() { return authScope; } /** * Sets the authentication scope. * * @param authScope the authentication scope to set */ public void setAuthScope(final AuthScope authScope) { this.authScope = authScope; } /** * Retrieves the credentials associated with the current authentication. *
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)