- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 42 for SSO (0.03 seconds)
-
src/main/java/org/codelibs/fess/util/ComponentUtil.java
* @return The permission helper. */ public static PermissionHelper getPermissionHelper() { return getComponent(PERMISSION_HELPER); } /** * Gets the SSO manager component. * @return The SSO manager. */ public static SsoManager getSsoManager() { return getComponent(SSO_MANAGER); } /** * Gets the thumbnail manager component.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 30.9K bytes - Click Count (0) -
src/main/resources/fess_message_zh_TW.properties
# info.xxx = ... # _/_/_/_/_/_/_/_/_/_/ # ======================================================================================== # Fess # ====== errors.login_error = 使用者名稱或密碼不正確。 errors.sso_login_error=SSO登入處理失敗。 errors.could_not_find_log_file = 未找到 {0}。 errors.failed_to_start_crawl_process = 啟動爬網程序失敗。 errors.invalid_design_jsp_file_name = 無效的JSP檔案名稱。 errors.design_jsp_file_does_not_exist = JSP檔案不存在。Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12K bytes - Click Count (0) -
src/main/resources/fess_message_pl.properties
# ======================================================================================== # Fess # ====== errors.login_error = Nazwa użytkownika lub hasło są nieprawidłowe. errors.sso_login_error=Błąd w procesie logowania SSO. errors.could_not_find_log_file = Nie można znaleźć {0}. errors.failed_to_start_crawl_process = Nie można uruchomić procesu indeksowania. errors.invalid_design_jsp_file_name = Nieprawidłowa nazwa pliku JSP.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
@Size(max = 10) public String searchFileProxy; /** Enable or disable using browser locale for search. */ @Size(max = 10) public String searchUseBrowserLocale; /** SSO type (none, oic, saml, spnego, entraid). */ @Size(max = 100) public String ssoType; /** User agent string for crawling operations. */ @Size(max = 1000) public String crawlingUserAgent;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
src/main/resources/fess_message.properties
# info.xxx = ... # _/_/_/_/_/_/_/_/_/_/ # ======================================================================================== # Fess # ====== errors.login_error = Invalid username or password. errors.sso_login_error=SSO login process failed. errors.could_not_find_log_file = Could not find {0}. errors.failed_to_start_crawl_process = Failed to start a crawl process. errors.invalid_design_jsp_file_name = Invalid JSP file.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/resources/fess_message_en.properties
# info.xxx = ... # _/_/_/_/_/_/_/_/_/_/ # ======================================================================================== # Fess # ====== errors.login_error = Invalid username or password. errors.sso_login_error=SSO login process failed. errors.could_not_find_log_file = Could not find {0}. errors.failed_to_start_crawl_process = Failed to start a crawl process. errors.invalid_design_jsp_file_name = Invalid JSP file.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/resources/fess_message_zh_CN.properties
# errors.xxx = ... # info.xxx = ... # _/_/_/_/_/_/_/_/_/_/ # ======================================================================================== # Fess # ====== errors.login_error = 用户名或密码不正确。 errors.sso_login_error=SSO登录处理失败。 errors.could_not_find_log_file = 未找到 {0}。 errors.failed_to_start_crawl_process = 启动爬网进程失败。 errors.invalid_design_jsp_file_name = 无效的JSP文件名。 errors.design_jsp_file_does_not_exist = JSP文件不存在。Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.chat_filter=Filter labels.chat_filter_search_placeholder=Search... labels.chat_clear=Clear labels.search_file_proxy_enabled=Search File Proxy labels.search_use_browser_locale=Use Browser Locale labels.sso_type=SSO Type labels.crawling_user_agent=User Agent labels.slack_webhook_urls=Slack Webhook URLs labels.google_chat_webhook_urls=Google Chat Webhook URLs labels.log_notification_enabled=Log Notification
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Property key for LTR window size configuration. */ public static final String LTR_WINDOW_SIZE_PROPERTY = "ltr.window.size"; /** Property key for SSO type configuration. */ public static final String SSO_TYPE_PROPERTY = "sso.type"; // ============================================================ // Request and Field Constants // ============================================================Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (0) -
src/main/resources/fess_config.properties
cookie.search.parameter.keys=q,num,sort # Comma-separated list of required parameter keys that must be present to store in cookies. cookie.search.parameter.required_keys=q # Maximum length of the encoded search parameters stored in cookies. cookie.search.parameter.max.length=1000 # Cookie name used to store encoded search parameters before SSO login. cookie.search.parameter.name=fsrp
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)