- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for guessAuthenticationType (0.1 sec)
-
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)