Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            }
        }
    
    
        @Test
        public void resolveLazyType () throws IOException {
            String sid = getRequiredProperty(TestProperties.TEST_USER_SID);
            SID s = new SID(sid);
            s.initContext(getRequiredProperty(TestProperties.TEST_DOMAIN_DC), withTestNTLMCredentials(getContext()));
            assertEquals(jcifs.SID.SID_TYPE_USER, s.getType());
        }
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 4.1K bytes
    - Viewed (0)
Back to top