Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withAnonymousCredentials (0.4 sec)

  1. src/main/java/jcifs/context/AbstractCIFSContext.java

            return new CIFSContextCredentialWrapper(this, creds);
        }
    
    
        /**
         * 
         * {@inheritDoc}
         *
         * @see jcifs.CIFSContext#withAnonymousCredentials()
         */
        @Override
        public CIFSContext withAnonymousCredentials () {
            return withCredentials(new NtlmPasswordAuthenticator());
        }
    
    
        /**
         * {@inheritDoc}
         *
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 10:50:16 GMT 2020
    - 3.7K bytes
    - Viewed (0)
Back to top