- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 158 for lagian (0.04 seconds)
-
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Password */ public static final String LABELS_LOGIN_placeholder_password = "{labels.login.placeholder_password}"; /** The key of the message: Login */ public static final String LABELS_LOGIN_TITLE = "{labels.login.title}"; /** The key of the message: Label */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/login/SpnegoCredential.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.base.login; import org.lastaflute.web.login.credential.LoginCredential; /** * SPNEGO authentication credential implementation. * * This class represents login credentials obtained through SPNEGO (Security Provider * Negotiation Protocol) authentication. It contains the username extracted from the
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.9K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
@Size(max = 1000) public String spnegoKrb5Conf; /** SPNEGO JAAS login configuration file path. */ @Size(max = 1000) public String spnegoLoginConf; /** SPNEGO JAAS login client module name. */ @Size(max = 1000) public String spnegoLoginClientModule; /** SPNEGO JAAS login server module name. */ @Size(max = 1000) public String spnegoLoginServerModule;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/test/java/org/codelibs/fess/dict/synonym/SynonymItemTest.java
String[] returnedInputs = item.getInputs(); // Modifying returned array should not affect original returnedInputs[0] = "modified"; // Get again and verify not modified String[] inputs2 = item.getInputs(); assertEquals("a", inputs2[0]); assertEquals("b", inputs2[1]); assertEquals("c", inputs2[2]); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 8K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/exception/SsoLoginException.java
*/ public SsoLoginException(final String message) { super(message); } /** * Constructs a new SsoLoginException with the specified detail message and cause. * * @param message The detail message explaining the SSO login failure * @param cause The underlying exception that caused this SSO login failure */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Nov 19 08:04:23 GMT 2025 - 1.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/profile/index.jsp
<![endif]--> </head> <body class="hold-transition login-page"> <div class="login-box"> <div class="login-logo"> <la:link href="/"> <img src="${fe:url('/images/logo-top.png')}" alt="<la:message key="labels.header_brand_name" />" /> </la:link> </div> <div class="card"> <div class="card-body login-card-body"> <p class="login-box-msg"> <la:message key="labels.profile" /> </p>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 3.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessLoginAction.java
*/ public FessLoginAction() { super(); } /** * Returns the appropriate HTML response for login handling. * If a user is already authenticated, redirects to the appropriate admin interface. * Otherwise, displays the login page. * * @return HTML response for login page or redirect to admin interface */ protected HtmlResponse getHtmlResponse() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/login/LoginForm.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.login; import jakarta.validation.constraints.NotBlank; /** * The login form. */ public class LoginForm { /** * Default constructor. */ public LoginForm() { // Default constructor }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.2K bytes - Click Count (0) -
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); fessConfig.setSystemProperty("spnego.preauth.username", form.spnegoPreauthUsername);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/java/org/codelibs/fess/app/web/base/login/EntraIdCredential.java
import org.codelibs.fess.util.ComponentUtil; import org.lastaflute.web.login.credential.LoginCredential; import com.microsoft.aad.msal4j.IAccount; import com.microsoft.aad.msal4j.IAuthenticationResult; /** * Microsoft Entra ID credential implementation for Fess authentication. * Provides login credential functionality using Entra ID authentication results. */
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)