Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isDisableSpnegoIntegrity (0.2 sec)

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

            return this.allowNTLMFallback;
        }
    
    
        @Override
        public boolean isUseRawNTLM () {
            return this.useRawNTLM;
        }
    
    
        @Override
        public boolean isDisableSpnegoIntegrity () {
            return this.disableSpnegoIntegrity;
        }
    
    
        @Override
        public boolean isEnforceSpnegoIntegrity () {
            return this.enforceSpnegoIntegrity;
        }
    
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 20.4K bytes
    - Viewed (1)
  2. src/main/java/jcifs/Configuration.java

         * 
         * 
         * Property <tt>jcifs.smb.client.disableSpnegoIntegrity</tt> (boolean, false)
         * 
         * @return whether to disable sending/verifying SPNEGO mechanismListMIC
         */
        boolean isDisableSpnegoIntegrity ();
    
    
        /**
         * 
         * Property <tt>jcifs.smb.client.enforceSpnegoIntegrity</tt> (boolean, false)
         * 
         * @return whether to enforce verifying SPNEGO mechanismListMIC
         */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 18K bytes
    - Viewed (0)
Back to top