Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getServerSid (0.05 sec)

  1. 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 the
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  2. 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;
        }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.8K bytes
    - Viewed (0)
Back to top