Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pw (0.13 sec)

  1. src/test/java/jcifs/tests/ContextConfigTest.java

            assertThat("anonymous", ntlmAnonCreds.isAnonymous(), CoreMatchers.is(true));
    
            CIFSContext testCtx = this.context.withCredentials(new NtlmPasswordAuthenticator("TEST", "test-user", "test-pw"));
            Credentials setCreds = testCtx.getCredentials();
            assertThat(setCreds, CoreMatchers.is(CoreMatchers.instanceOf(NtlmPasswordAuthenticator.class)));
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 9.9K bytes
    - Viewed (0)
Back to top