- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testAuthenticate_Type3Message (0.08 sec)
-
src/test/java/jcifs/http/NtlmSspTest.java
* Expects the server to successfully authenticate the user and return NtlmPasswordAuthentication. * @throws IOException */ @Test public void testAuthenticate_Type3Message() throws IOException { // Setup: "Authorization" header with a Type 3 message when(mockRequest.getHeader("Authorization")).thenReturn("NTLM " + type3MessageBase64); // Execute
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 11.4K bytes - Viewed (0)