- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 191 for password2 (6.15 sec)
-
src/main/java/jcifs/audit/SecurityAuditLogger.java
if (!lowerData.contains("password") && !lowerData.contains("secret") && !lowerData.contains("token") && !lowerData.contains("key") && !lowerData.contains("credential") && !lowerData.contains("auth")) { return data; // No sensitive patterns detected, skip regex } } // Mask passwords and secrets using cached pattern
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 26.6K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/NtlmContextTest.java
class NtlmContextTest { @Mock private NtlmPasswordAuthentication mockAuth; private final String domain = "TEST_DOMAIN"; private final String username = "testUser"; private final String password = "testPassword"; private final String workstation = "TEST_WORKSTATION"; @BeforeEach void setUp() { // MockitoExtension handles mock initializationRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/resources/fess_indices/fess_user.user/user.bulk
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jan 12 13:23:26 UTC 2023 - 166 bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/NtlmHttpURLConnection.java
} user = auth.getUserName(); password = new String(auth.getPassword()); } catch (final Exception ex) {} } final Type2Message type2 = (Type2Message) message; message = new Type3Message(type2, password, domain, user, Type3Message.getDefaultWorkstation(), 0); } return message; }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 22.1K bytes - Viewed (0) -
src/main/resources/fess_message.properties
errors.invalid_kuromoji_segmentation=The number of segmentation for {0} and {1} is different. errors.invalid_str_is_included = {1} is invalid for {0}. errors.blank_password = Password is required. errors.invalid_confirm_password = Does not match a confirmation password. errors.cannot_delete_doc_because_of_running = A crawler is running. You cannot delete documents. errors.failed_to_delete_doc_in_admin = Failed to delete a document.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
errors.invalid_kuromoji_segmentation=The number of segmentation for {0} and {1} is different. errors.invalid_str_is_included = {1} is invalid for {0}. errors.blank_password = Password is required. errors.invalid_confirm_password = Does not match a confirmation password. errors.cannot_delete_doc_because_of_running = A crawler is running. You cannot delete documents. errors.failed_to_delete_doc_in_admin = Failed to delete a document.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/config/es/fess_config_file_authentication.json
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/CreateForm.java
/** The username for file authentication (required, maximum 100 characters). */ @Required @Size(max = 100) public String username; /** The password for file authentication (maximum 100 characters). */ @Size(max = 100) public String password; /** Additional parameters for file authentication (maximum 1000 characters). */ @Size(max = 1000) public String parameters;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/CreateForm.java
/** * The username for authentication. */ @Required @Size(max = 100) public String username; /** * The password for authentication. */ @Size(max = 100) public String password; /** * Additional parameters for the authentication. */ @Size(max = 1000) public String parameters; /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ExtractData.java
public static final String RESOURCE_NAME_KEY = "resourceName"; /** URL key for metadata */ public static final String URL = "url"; /** File passwords key for metadata */ public static final String FILE_PASSWORDS = "file.passwords"; /** Map containing metadata key-value pairs */ protected Map<String, String[]> metadata = new HashMap<>(); /** The extracted content text */
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 3.8K bytes - Viewed (0)