- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getLogoffTime (0.14 seconds)
-
src/main/java/jcifs/pac/PacLogonInfo.java
*/ public Date getLogonTime() { return this.logonTime; } /** * Returns the user's logoff time. * @return the logoff timestamp */ public Date getLogoffTime() { return this.logoffTime; } /** * Returns the time when the user's session will be forcibly terminated. * @return the kick off timestamp */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.getDomainName()).thenReturn(TEST_DOMAIN); when(logonInfo.getServerName()).thenReturn(TEST_SERVER); when(logonInfo.getLogonTime()).thenReturn(new Date()); when(logonInfo.getLogoffTime()).thenReturn(new Date()); when(logonInfo.getKickOffTime()).thenReturn(new Date()); when(logonInfo.getPwdLastChangeTime()).thenReturn(new Date());
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)