Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 114 for administrator (0.12 sec)

  1. src/test/java/org/codelibs/fess/helper/RoleQueryHelperTest.java

            assertEquals("logged_in", roleQueryHelper.cookieNameMap.get("session"));
    
            roleQueryHelper.addCookieNameMapping("admin", "administrator");
            assertEquals(2, roleQueryHelper.cookieNameMap.size());
            assertEquals("administrator", roleQueryHelper.cookieNameMap.get("admin"));
        }
    
        public void test_addRoleFromCookieMapping() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 28.5K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreatorTest.java

            assertEquals("localhost", config.getMailHostname());
        }
    
        // Test with different from names
        public void test_differentFromNames() {
            String[] fromNames = { "Administrator", "Support Team", "No Reply", "Test User" };
    
            for (String name : fromNames) {
                ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
                    private static final long serialVersionUID = 1L;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  3. samples/guide/src/main/java/okhttp3/recipes/CustomTrust.java

      // sufficient to connect to most HTTPS sites including https://godaddy.com and https://visa.com.
      // Typically developers will need to get a PEM file from their organization's TLS administrator.
      final X509Certificate comodoRsaCertificationAuthority = Certificates.decodeCertificatePem(""
          + "-----BEGIN CERTIFICATE-----\n"
          + "MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB\n"
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Aug 12 07:26:27 UTC 2021
    - 9.3K bytes
    - Viewed (0)
  4. samples/guide/src/main/java/okhttp3/recipes/kt/CustomTrust.kt

      // sufficient to connect to most HTTPS sites including https://godaddy.com and https://visa.com.
      // Typically developers will need to get a PEM file from their organization's TLS administrator.
      val comodoRsaCertificationAuthority =
        """
        -----BEGIN CERTIFICATE-----
        MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB
        hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  5. docs/features/https.md

    === ":material-language-kotlin: Kotlin"
        ```kotlin
          private val client = OkHttpClient.Builder()
              .certificatePinner(
                  CertificatePinner.Builder()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Dec 24 00:16:30 UTC 2022
    - 10.5K bytes
    - Viewed (0)
  6. okhttp/src/commonJvmAndroid/kotlin/okhttp3/CertificatePinner.kt

     * pinning certificates, you take on additional operational complexity and limit your ability to
     * migrate between certificate authorities. Do not use certificate pinning without the blessing of
     * your server's TLS administrator!
     *
     * ### Note about self-signed certificates
     *
     * [CertificatePinner] can not be used to pin self-signed certificate if such certificate is not
     * accepted by [javax.net.ssl.TrustManager].
     *
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_en.properties

    labels.index_num=Display Count
    labels.logout_title=Logout
    labels.logout=Logout
    labels.do_you_want_to_logout=Do you want to logout?
    labels.logout_button=Logout
    labels.profile=Change Password
    labels.administration=Administration
    labels.profile_button=Settings
    labels.profile.title=Settings
    labels.profile.update=Update
    labels.profile.back=Back
    labels.profile.placeholder_old_password=Current Password
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_de.properties

    labels.searchoptions_menu_lang=Sprache
    labels.searchoptions_menu_labels=Labels
    labels.error_title=Fehler
    labels.system_error_title=Systemfehler
    labels.contact_site_admin=Bitte wenden Sie sich an Ihren Website-Administrator.
    labels.request_error_title=Ungültiges Anforderungsformat.
    labels.bad_request=Ihre Anfrage an die URL ist ungültig.
    labels.page_not_found_title=Seite nicht gefunden.
    labels.check_url=Bitte überprüfen Sie die URL.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  9. src/main/java/org/codelibs/fess/Constants.java

        /** Default from email address for notifications. */
        public static final String DEFAULT_FROM_EMAIL = "Administrator <root@localhost>";
    
        // ============================================================
        // Crawler Info Map Keys
        // ============================================================
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_label.properties

    labels.index_num=Display Count
    labels.logout_title=Logout
    labels.logout=Logout
    labels.do_you_want_to_logout=Do you want to logout?
    labels.logout_button=Logout
    labels.profile=Change Password
    labels.administration=Administration
    labels.profile_button=Settings
    labels.profile.title=Settings
    labels.profile.update=Update
    labels.profile.back=Back
    labels.profile.placeholder_old_password=Current Password
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
Back to top