Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withDefaultCredentials (0.17 sec)

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

            assertEquals("my-default-user-id", pa.getUsername());
            assertEquals("my-default-password", pa.getPassword());
    
            assertTrue(auth.withAnonymousCredentials().withDefaultCredentials().hasDefaultCredentials());
    
        }
    
    
    
        @Test
        public void testPasswordAt() throws MalformedURLException, CIFSException {
            Config.registerSmbURLHandler();
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 9.9K bytes
    - Viewed (0)
Back to top