Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Clain (0.14 sec)

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

            return this.username;
        }
    
    
        /**
         * Returns the password in plain text or <tt>null</tt> if the raw password
         * hashes were used to construct this <tt>NtlmPasswordAuthentication</tt>
         * object which will be the case when NTLM HTTP Authentication is
         * used. There is no way to retrieve a users password in plain text unless
         * it is supplied by the user at runtime.
         * 
         * @return the password
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 12:07:20 GMT 2020
    - 18.8K bytes
    - Viewed (0)
Back to top