Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Protocol (0.05 sec)

  1. src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java

    import jakarta.servlet.http.HttpServletResponse;
    import jakarta.servlet.http.HttpSession;
    
    /**
     * Authenticator for SAML 2.0.
     *
     * <p>This authenticator enables Single Sign-On (SSO) using SAML 2.0 protocol
     * with Identity Providers such as Okta, Azure AD, OneLogin, etc.</p>
     *
     * <h2>Required Configuration</h2>
     * <p>Add the following properties to {@code system.properties}:</p>
     * <pre>
     * # Enable SAML SSO
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sun Dec 14 01:18:25 UTC 2025
    - 20.2K bytes
    - Viewed (3)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'crawler.web.protocols'. <br>
         * The value is, e.g. http,https <br>
         * comment: Supported web protocols for crawling.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCrawlerWebProtocols();
    
        /**
         * Get the value for the key 'crawler.file.protocols'. <br>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 525.7K bytes
    - Viewed (2)
Back to top