Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for isSendNTLMTargetName (0.1 sec)

  1. pom.xml

    							<from>*</from>
    							<to>*</to>
    						</difference>
    						<difference>
    							<className>jcifs/Configuration</className>
    							<differenceType>7012</differenceType>
    							<method>boolean isSendNTLMTargetName()</method>
    						</difference>
    
    						<difference>
    							<className>jcifs/Configuration</className>
    							<differenceType>7012</differenceType>
    							<method>boolean isAllowGuestFallback()</method>
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Sep 26 04:40:32 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/config/BaseConfiguration.java

        }
    
    
        @Override
        public boolean isStrictResourceLifecycle () {
            return this.strictResourceLifecycle;
        }
    
    
        @Override
        public boolean isSendNTLMTargetName () {
            return this.sendNTLMTargetName;
        }
    
    
        @Override
        public String getGuestUsername () {
            return this.guestUsername;
        }
    
    
        @Override
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  3. src/main/java/jcifs/Configuration.java

    
        /**
         * Property <tt>jcifs.smb.client.SendNTLMTargetName</tt> (boolean, true)
         * 
         * @return whether to send an AvTargetName with the NTLM exchange
         */
        boolean isSendNTLMTargetName ();
    
    
        /**
         * Property <tt>jcifs.smb.client.guestPassword</tt>, defaults to empty string
         * 
         * @return password used when guest authentication is requested
         */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 18K bytes
    - Viewed (0)
Back to top