- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getServerSid (0.14 seconds)
-
src/main/java/jcifs/SidResolver.java
* @param authorityServerName the server name * @param tc the CIFS context to use * @return the server's SID * @throws CIFSException if there is an error retrieving the server SID */ SID getServerSid(CIFSContext tc, String authorityServerName) throws CIFSException; /** * This specialized method returns a Map of users and local groups for theCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.2K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb1/com/SmbComOpenAndXResponse.java
*/ public final int getAction() { return this.action; } /** * Gets the server file identifier. * * @return the serverFid */ public final int getServerFid() { return this.serverFid; } /** * @return the lastWriteTime */ @Override public final long getLastWriteTime() { return this.lastWriteTime; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.8K bytes - Click Count (0)