- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for tweens (0.06 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/accesstoken/AdminAccesstokenAction.java
import org.lastaflute.web.ruts.process.ActionRuntime; import jakarta.annotation.Resource; /** * Admin action for Access Token management. * This class provides CRUD operations for access tokens. * */ public class AdminAccesstokenAction extends FessAdminAction { /** * Default constructor. */ public AdminAccesstokenAction() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 16.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
@Resource protected TimeManager timeManager; /** System helper for various system-level operations. */ @Resource protected SystemHelper systemHelper; /** Helper for managing access tokens and API authentication. */ @Resource protected AccessTokenHelper accessTokenHelper; /** Helper for view-related operations and rendering. */ @Resource protected ViewHelper viewHelper;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
constraints.Past.message = {item} moet een waarde uit het verleden zijn. constraints.Pattern.message = {item} komt niet overeen met "{regexp}". constraints.Size.message = De grootte van {item} moet tussen {min} en {max} tekens liggen. # ---------------------------------------------------------- # Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} is geen geldig creditcardnummer.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
} catch (final Exception e) { throw new SsoLoginException("Failed to get a token.", e); } } /** * Attempts to refresh tokens silently using the MSAL4J silent authentication flow. * @param user The Azure AD user whose tokens need to be refreshed. * @return The new authentication result, or null if silent refresh failed. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
} } /** * Attempts to obtain login credentials using SPNEGO authentication. * * This method processes the HTTP request to extract and validate SPNEGO * authentication tokens. It handles the SPNEGO handshake process and * extracts the user principal from successful authentication. * * @return The login credential containing the authenticated username,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 17.2K bytes - Viewed (0)