- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for SamrEnumerateAliasesInDomain (0.22 sec)
-
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) -
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) -
src/main/java/jcifs/dcerpc/msrpc/MsrpcEnumerateAliasesInDomain.java
* This class provides functionality to enumerate security aliases (local groups) * within a SAM domain using the SAMR RPC interface. */ public class MsrpcEnumerateAliasesInDomain extends samr.SamrEnumerateAliasesInDomain { /** * Creates a new request to enumerate aliases in a domain. * * @param domainHandle the handle to the SAM domain * @param acct_flags account flags to filter the enumeration
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/MsrpcEnumerateAliasesInDomain.java
* This class provides functionality to enumerate security aliases (local groups) * within a SAM domain using the SAMR RPC interface. */ public class MsrpcEnumerateAliasesInDomain extends samr.SamrEnumerateAliasesInDomain { /** * Creates a new request to enumerate aliases in a domain. * * @param domainHandle the handle to the SAM domain * @param acct_flags account flags to filter the enumeration
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.7K bytes - Viewed (0) -
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) -
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)