Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testDomainSidAndRelativeSidConstructor (0.17 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/jcifs/SIDTest.java

        }
    
        /**
         * Test constructor that combines a domain SID and a relative SID.
         *
         * @throws SmbException if the SID string is invalid
         */
        @Test
        void testDomainSidAndRelativeSidConstructor() throws SmbException {
            SID domainSid = new SID("S-1-5-21-123-456-789");
            SID relativeSid = new SID("S-1-5-1000"); // This is not a valid relative SID, but tests the logic
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 13.5K bytes
    - Click Count (0)
Back to Top