Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 23 for SPNEGO (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java

        protected static final String SPNEGO_LOGIN_CONF = "spnego.login.conf";
    
        /** Configuration key for SPNEGO logger level. */
        protected static final String SPNEGO_LOGGER_LEVEL = "spnego.logger.level";
    
        /** The underlying SPNEGO authenticator instance. */
        protected org.codelibs.spnego.SpnegoAuthenticator authenticator = null;
    
        /**
         * Constructs a new SPNEGO authenticator.
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 08:18:23 GMT 2026
    - 18.2K bytes
    - Click Count (3)
  2. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

            // SPNEGO
            fessConfig.setSystemProperty("spnego.krb5.conf", form.spnegoKrb5Conf);
            fessConfig.setSystemProperty("spnego.login.conf", form.spnegoLoginConf);
            fessConfig.setSystemProperty("spnego.login.client.module", form.spnegoLoginClientModule);
            fessConfig.setSystemProperty("spnego.login.server.module", form.spnegoLoginServerModule);
    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)
  3. src/main/java/org/codelibs/fess/sso/SsoAuthenticator.java

     *
     * This interface defines the contract for SSO authentication providers that can be
     * integrated with Fess. Implementations handle specific SSO protocols like SAML,
     * OAuth, SPNEGO, or other authentication mechanisms. Each authenticator is responsible
     * for obtaining login credentials, resolving user information, and managing SSO
     * lifecycle operations like logout and metadata exchange.
     */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 2.2K bytes
    - Click Count (1)
  4. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                                <la:option value="saml">SAML</la:option>
                                                <la:option value="spnego">SPNEGO</la:option>
                                                <la:option value="entraid">Entra ID</la:option>
                                            </la:select>
                                        </div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 83.1K bytes
    - Click Count (0)
  5. src/main/resources/fess_sso++.xml

    	</component>
    	<component name="samlAuthenticator" class="org.codelibs.fess.sso.saml.SamlAuthenticator">
    	</component>
    	<component name="spnegoAuthenticator" class="org.codelibs.fess.sso.spnego.SpnegoAuthenticator">
    	</component>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:33:53 GMT 2025
    - 612 bytes
    - Click Count (0)
  6. src/main/resources/fess_label.properties

    labels.saml_attribute_group_name=Group Attribute Name
    labels.saml_attribute_role_name=Role Attribute Name
    labels.saml_default_groups=Default Groups
    labels.saml_default_roles=Default Roles
    labels.general_menu_spnego=SPNEGO
    labels.spnego_krb5_conf=Krb5 Config
    labels.spnego_login_conf=Login Config
    labels.spnego_login_client_module=Login Client Module
    labels.spnego_login_server_module=Login Server Module
    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)
  7. pom.xml

    			<groupId>org.codelibs</groupId>
    			<artifactId>curl4j</artifactId>
    			<version>${curl4j.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>org.codelibs</groupId>
    			<artifactId>spnego</artifactId>
    			<version>${spnego.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>commons-codec</groupId>
    			<artifactId>commons-codec</artifactId>
    			<version>${commons.codec.version}</version>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 49.9K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java

         */
        protected static boolean isMaskedValue(final String key) {
            return "http.proxy.password".equals(key) //
                    || "ldap.admin.security.credentials".equals(key) //
                    || "spnego.preauth.password".equals(key) //
                    || "app.cipher.key".equals(key) //
                    || "oic.client.id".equals(key) //
                    || "oic.client.secret".equals(key);
        }
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 9.7K bytes
    - Click Count (0)
  9. src/main/resources/fess_label_ru.properties

    labels.saml_attribute_group_name=Group Attribute Name
    labels.saml_attribute_role_name=Role Attribute Name
    labels.saml_default_groups=Default Groups
    labels.saml_default_roles=Default Roles
    labels.general_menu_spnego=SPNEGO
    labels.spnego_krb5_conf=Krb5 Config
    labels.spnego_login_conf=Login Config
    labels.spnego_login_client_module=Login Client Module
    labels.spnego_login_server_module=Login Server Module
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 66.6K bytes
    - Click Count (0)
  10. src/main/resources/fess_label_fr.properties

    labels.saml_attribute_group_name=Group Attribute Name
    labels.saml_attribute_role_name=Role Attribute Name
    labels.saml_default_groups=Default Groups
    labels.saml_default_roles=Default Roles
    labels.general_menu_spnego=SPNEGO
    labels.spnego_krb5_conf=Krb5 Config
    labels.spnego_login_conf=Login Config
    labels.spnego_login_client_module=Login Client Module
    labels.spnego_login_server_module=Login Server Module
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 54.4K bytes
    - Click Count (0)
Back to Top