Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for SamrEnumerateAliasesInDomain (0.15 sec)

  1. src/test/java/jcifs/dcerpc/msrpc/samrTest.java

            }
        }
    
        @Nested
        @DisplayName("SamrEnumerateAliasesInDomain Tests")
        class SamrEnumerateAliasesInDomainTests {
    
            @Test
            @DisplayName("Should construct with correct parameters and opnum")
            void testConstructorAndOpnum() {
                // When: Creating enumerate aliases message
                samr.SamrEnumerateAliasesInDomain message =
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 33.7K bytes
    - Viewed (0)
  2. src/test/java/jcifs/smb1/dcerpc/msrpc/samrTest.java

            }
        }
    
        @Nested
        @DisplayName("SamrEnumerateAliasesInDomain Tests")
        class SamrEnumerateAliasesInDomainTests {
    
            @Test
            @DisplayName("Should construct with correct parameters and opnum")
            void testConstructorAndOpnum() {
                // When: Creating enumerate aliases message
                samr.SamrEnumerateAliasesInDomain message =
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 33.6K bytes
    - Viewed (0)
  3. src/main/java/jcifs/dcerpc/msrpc/samr.java

        /**
         * SAMR EnumerateAliasesInDomain operation for listing aliases in a domain.
         * This operation retrieves a list of alias accounts from the specified domain.
         */
        public static class SamrEnumerateAliasesInDomain extends DcerpcMessage {
    
            @Override
            public int getOpnum() {
                return 0x0f;
            }
    
            /** The return value of the operation */
            public int retval;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java

        /**
         * SAMR EnumerateAliasesInDomain operation for listing aliases in a domain.
         * This operation retrieves a list of alias accounts from the specified domain.
         */
        public static class SamrEnumerateAliasesInDomain extends DcerpcMessage {
    
            @Override
            public int getOpnum() {
                return 0x0f;
            }
    
            /** The return value of the operation */
            public int retval;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 23.1K bytes
    - Viewed (0)
Back to top