- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 388 for Uuser1 (0.05 seconds)
-
src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java
/** * The supplier of user type. */ @FunctionalInterface public interface UserTypeSupplier { /** * Supply the user type. * @return The user type. */ OptionalThing<String> supply(); } /** * The supplier of user bean. */ @FunctionalInterface public interface UserBeanSupplier {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PublishRelease.kt
) { init { params { text( "gitUserEmail", "", label = "Git user.email Configuration", description = "Enter the git 'user.email' configuration to commit change under", display = ParameterDisplay.PROMPT, allowEmpty = true, ) text(Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jul 24 03:08:48 GMT 2025 - 4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/ChatIntent.java
*/ public enum ChatIntent { /** User wants to search for documents in Fess */ SEARCH("search"), /** User wants a summary of a specific document */ SUMMARY("summary"), /** User is asking a FAQ-type question */ FAQ("faq"), /** Intent is unclear - need to ask user for clarification */ UNCLEAR("unclear"); private final String value;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 01 08:11:18 GMT 2026 - 1.8K bytes - Click Count (0) -
src/main/resources/esflute_user.xml
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Nov 06 13:45:02 GMT 2024 - 750 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/login/EntraIdCredential.java
return "{" + authResult.account().username() + "}"; } /** * Gets the Entra ID user associated with this credential. * @return The Entra ID user instance. */ public EntraIdUser getUser() { return new EntraIdUser(authResult); } /** * Entra ID user implementation providing user information and permissions. */ public static class EntraIdUser implements FessUser {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 7.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsGroupCB.java
*/ package org.codelibs.fess.opensearch.user.cbean.bs; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.codelibs.fess.opensearch.user.allcommon.EsAbstractConditionBean; import org.codelibs.fess.opensearch.user.bsentity.dbmeta.GroupDbm; import org.codelibs.fess.opensearch.user.cbean.GroupCB; import org.codelibs.fess.opensearch.user.cbean.ca.GroupCA;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 6.4K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/kotlindsl/kotlin-dsl-upstream-candidates.kt
// This file contains members that we should consider to pull upstream // and make available to all Kotlin DSL users package gradlebuild.basics.kotlindsl import org.gradle.process.ExecOperations import java.io.ByteArrayOutputStream import java.io.File /** * `dir / "sub"` is the same as `dir.resolve("sub")`. * * @see [File.resolve] */ operator fun File.div(child: String): File = resolve(child)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon May 19 11:33:57 GMT 2025 - 965 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapUser.java
import org.dbflute.optional.OptionalThing; /** * An LDAP user. */ public class LdapUser implements FessUser { private static final long serialVersionUID = 1L; /** The environment for LDAP connection. */ protected Hashtable<String, String> env; /** The name of the user. */ protected String name; /** The permissions of the user. */ protected String[] permissions = null; /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 4.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/SsoManagerTest.java
} // Test logout() method @Test public void test_logout_whenNotAvailable() { currentSsoType = Constants.NONE; FessUserBean user = FessUserBean.empty(); assertNull(ssoManager.logout(user)); } @Test public void test_logout_whenAvailableButNoAuthenticator() { currentSsoType = "invalid"; ssoManager = new SsoManager() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.5K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.role_details=Role Details labels.scheduledjob_details=Scheduled Job Details labels.search_log_details=Search Log Details labels.user_details=User Details labels.web_auth_details=Web Authentication Details labels.web_config_details=Web Config Details labels.web_auth_list=Web Authentication List labels.user_list=User List labels.suggest_word_list=Suggest Word List labels.storage_list=Storage List labels.search_log_list=Search Log List
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)