Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Borins (0.18 sec)

  1. src/main/java/jcifs/Configuration.java

         */
        String getGuestUsername ();
    
    
        /**
         * Property <tt>jcifs.smb.client.allowGuestFallback</tt>, defaults to false
         * 
         * @return whether to permit guest logins when user authentication is requested
         */
        boolean isAllowGuestFallback ();
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 18K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

                return 0;
            }
            exists();
            return attributes & ATTR_GET_MASK;
        }
    
    /**
     * Set the attributes of this file. Attributes are composed into a
     * bitset by bitwise ORing the <tt>ATTR_*</tt> constants. Setting the
     * value returned by <tt>getAttributes</tt> will result in both files
     * having the same attributes.
     * @throws SmbException
     */
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
Back to top