- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getUserFlags (0.04 sec)
-
src/test/java/jcifs/pac/PacLogonInfoTest.java
when(logonInfo.getUserFlags()).thenReturn(PacConstants.LOGON_EXTRA_SIDS); assertEquals(PacConstants.LOGON_EXTRA_SIDS, logonInfo.getUserFlags()); // Test with resource groups flag when(logonInfo.getUserFlags()).thenReturn(PacConstants.LOGON_RESOURCE_GROUPS); assertEquals(PacConstants.LOGON_RESOURCE_GROUPS, logonInfo.getUserFlags()); // Test with combined flags
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.3K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacLogonInfo.java
return this.userAccountControl; } /** * Returns the user flags indicating PAC content. * @return the user flags value */ public int getUserFlags() { return this.userFlags; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.3K bytes - Viewed (0)