Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testAuthenticate_Type3Message (0.44 seconds)

  1. 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
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 21 04:51:33 GMT 2025
    - 11.4K bytes
    - Click Count (1)
Back to Top