- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getProfilePath (0.33 seconds)
-
src/main/java/jcifs/pac/PacLogonInfo.java
*/ public String getLogonScript() { return this.logonScript; } /** * Returns the path to the user's profile. * @return the profile path */ public String getProfilePath() { return this.profilePath; } /** * Returns the user's home directory path. * @return the home directory path */ public String getHomeDirectory() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 14.3K bytes - Click Count (0) -
src/test/java/jcifs/pac/PacLogonInfoTest.java
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"); when(logonInfo.getHomeDrive()).thenReturn("H:");
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 12.3K bytes - Click Count (0)