- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getUserDisplayName (0.23 sec)
-
src/test/java/jcifs/pac/PacLogonInfoTest.java
when(logonInfo.getPwdMustChangeTime()).thenReturn(new Date()); when(logonInfo.getLogonCount()).thenReturn((short) 10); when(logonInfo.getBadPasswordCount()).thenReturn((short) 2); when(logonInfo.getUserDisplayName()).thenReturn("Display Name"); when(logonInfo.getProfilePath()).thenReturn("\\\\server\\\\profile"); when(logonInfo.getHomeDirectory()).thenReturn("\\\\server\\\\home");
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
*/ public String getUserName() { return this.userName; } /** * Returns the user's display name. * @return the user display name */ public String getUserDisplayName() { return this.userDisplayName; } /** * Returns the path to the user's logon script. * @return the logon script path */ public String getLogonScript() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.3K bytes - Viewed (0)