- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getAuthScheme (0.05 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/impl/AuthenticationImpl.java
this.credentials = credentials; } /* * (non-Javadoc) * * @see org.codelibs.fess.crawler.client.http.Authentication#getAuthScheme() */ @Override public AuthScheme getAuthScheme() { return authScheme; } /** * Sets the authentication scheme. * @param authScheme The authentication scheme to set. */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/WebAuthentication.java
private WebConfig webConfig; public Authentication getAuthentication() { return new AuthenticationImpl(getAuthScope(), getCredentials(), getAuthScheme()); } private AuthScheme getAuthScheme() { final String scheme = getProtocolScheme(); if (Constants.BASIC.equals(scheme)) { return new BasicScheme(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Authentication.java
* * @return the authentication scheme */ /** * Retrieves the authentication scheme to be used for HTTP requests. * * @return the authentication scheme */ AuthScheme getAuthScheme();
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 1.7K bytes - Viewed (0)