- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for ssoType (0.04 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
@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; /** Notification message displayed on the advanced search page. */ @Size(max = 3000)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/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setSearchFileProxy(isCheckboxEnabled(form.searchFileProxy)); fessConfig.setUseBrowserLocaleForSearch(isCheckboxEnabled(form.searchUseBrowserLocale)); fessConfig.setSsoType(form.ssoType); fessConfig.setAppValue(form.appValue); fessConfig.setDefaultLabelValue(form.defaultLabelValue); fessConfig.setDefaultSortValue(form.defaultSortValue);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.properties
labels.chat_filter=篩選 labels.chat_filter_search_placeholder=搜尋... labels.chat_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.5K bytes - Click Count (0) -
src/main/resources/fess_label_zh_CN.properties
labels.storage_type=类型 labels.storage_type_auto=自动 labels.storage_type_gcs=GCS labels.storage_type_s3=S3 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.3K bytes - Click Count (0)