Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for guessAuthenticationType (0.09 sec)

  1. src/main/java/jcifs/smb/NtlmPasswordAuthenticator.java

            if ( type == null ) {
                this.type = guessAuthenticationType();
            }
            else {
                this.type = type;
            }
        }
    
    
        /**
         * @return
         */
        protected AuthenticationType guessAuthenticationType () {
            AuthenticationType t = AuthenticationType.USER;
            if ( "guest".equalsIgnoreCase(this.username) ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Tue Jul 07 12:07:20 UTC 2020
    - 18.8K bytes
    - Viewed (0)
Back to top