Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        }
    
        /**
         * Test constructor that combines a domain SID and an RID.
         *
         * @throws SmbException if the SID string is invalid
         */
        @Test
        void testDomainSidAndRidConstructor() throws SmbException {
            SID domainSid = new SID("S-1-5-21-123-456-789");
            int rid = 1000;
            SID userSid = new SID(domainSid, rid);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 13.5K bytes
    - Viewed (0)
Back to top