Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isUseRawNTLM (0.11 sec)

  1. src/main/java/jcifs/config/BaseConfiguration.java

            return this.lanmanCompatibility;
        }
    
    
        @Override
        public boolean isAllowNTLMFallback () {
            return this.allowNTLMFallback;
        }
    
    
        @Override
        public boolean isUseRawNTLM () {
            return this.useRawNTLM;
        }
    
    
        @Override
        public boolean isDisableSpnegoIntegrity () {
            return this.disableSpnegoIntegrity;
        }
    
    
        @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)
  2. src/main/java/jcifs/Configuration.java

        /**
         * Property <tt>jcifs.smb.useRawNTLM</tt> (boolean, default false)
         * 
         * @return whether to use raw NTLMSSP tokens instead of SPNEGO wrapped ones
         * @since 2.1
         */
        boolean isUseRawNTLM ();
    
    
        /**
         * 
         * Property <tt>jcifs.smb.client.disablePlainTextPasswords</tt> (boolean, default true)
         * 
    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