- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for token_method (0.09 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/form/Hc5FormScheme.java
private static final String TOKEN_PATTERN = "token_pattern"; private static final String TOKEN_NAME = "token_name"; private static final String TOKEN_METHOD = "token_method"; private static final String TOKEN_PARAMETERS = "token_parameters"; private static final String LOGIN_METHOD = "login_method"; private static final String LOGIN_URL = "login_url";Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sun Jan 04 13:09:59 GMT 2026 - 15.1K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/form/Hc4FormScheme.java
private static final String TOKEN_PATTERN = "token_pattern"; private static final String TOKEN_NAME = "token_name"; private static final String TOKEN_METHOD = "token_method"; private static final String TOKEN_PARAMETERS = "token_parameters"; private static final String LOGIN_METHOD = "login_method"; private static final String LOGIN_URL = "login_url";Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Jan 08 14:22:26 GMT 2026 - 14.3K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/config/WebAuthenticationConfig.java
* <li>token_url - URL to request the token from</li> * <li>token_pattern - Regex pattern to extract the token</li> * <li>token_name - Name of the token parameter</li> * <li>token_method - HTTP method for token request (GET or POST)</li> * <li>token_parameters - Parameters for token request</li> * <li>login_url - URL for login request</li>
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Fri Jan 09 23:46:52 GMT 2026 - 6.9K bytes - Click Count (0)