- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for abc123def456 (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/app/web/api/ApiResultTest.java
final ApiStartJobResponse response = new ApiStartJobResponse(); final ApiStartJobResponse returned = response.jobLogId("abc123def456"); assertSame(response, returned); assertEquals("abc123def456", response.jobLogId); } @Test public void test_ApiStartJobResponse_withNullJobLogId() { final ApiStartJobResponse response = new ApiStartJobResponse();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 4.5K bytes - Click Count (0) -
src/test/java/jcifs/audit/SecurityAuditLoggerTest.java
logger.setSensitiveDataMaskingEnabled(true); Map<String, Object> context = new HashMap<>(); context.put("password", "secretpassword123"); context.put("sessionId", "abc123def456"); context.put("username", "******@****.***"); logger.logEvent(EventType.AUTHENTICATION_SUCCESS, Severity.INFO, "Login attempt", context);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 8.6K bytes - Click Count (0)