- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for validate_ (0.04 seconds)
-
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
throw new SsoLoginException("unexpected set of artifacts received"); } } /** * Validates the OAuth2 state parameter. * @param session The HTTP session containing stored state data. * @param state The state parameter to validate. * @return The validated state data. */ protected StateData validateState(final HttpSession session, final String state) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:03:27 GMT 2026 - 56.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
return crawlingConfig.getConfigParameterMap(config); } /** * Validates if the given URL string is a valid URL. * * @param urlStr the URL string to validate * @return true if the URL is valid, false otherwise */ protected boolean isValidUrl(final String urlStr) { if (StringUtil.isBlank(urlStr)) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 55.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
* Updates the LDAP configuration. */ public void updateConfig() { isBind = false; } /** * Validates the LDAP connection. * * @return True if the LDAP connection is valid, otherwise false. */ protected boolean validate() { if (!isBind) { if (fessConfig.getLdapAdminSecurityPrincipal() == null || fessConfig.getLdapAdminSecurityCredentials() == null) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 08:06:20 GMT 2026 - 85.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatClient.java
logger.warn("Failed to search documents by URL: url={}", url, e); } return new ChatSearchResult(Collections.emptyList(), null, 0L); } /** * Validates a query and returns an empty result if invalid, or null if validation passed. */ private ChatSearchResult validateQuery(final String query) { if (StringUtil.isBlank(query)) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 56.6K bytes - Click Count (0) -
src/main/resources/fess_config.properties
# Object classes for LDAP admin group. ldap.admin.group.object.classes=groupOfNames # Whether to sync password for LDAP admin. ldap.admin.sync.password=true # Whether to validate LDAP authentication. ldap.auth.validation=true # Maximum username length for LDAP. ldap.max.username.length=-1 # Whether to ignore NetBIOS name in LDAP. ldap.ignore.netbios.name=true
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0)