Uses of Class
jcifs.smb.NtlmPasswordAuthenticator.AuthenticationType
-
Packages that use NtlmPasswordAuthenticator.AuthenticationType Package Description jcifs.smb -
-
Uses of NtlmPasswordAuthenticator.AuthenticationType in jcifs.smb
Methods in jcifs.smb that return NtlmPasswordAuthenticator.AuthenticationType Modifier and Type Method Description protected NtlmPasswordAuthenticator.AuthenticationTypeNtlmPasswordAuthenticator. guessAuthenticationType()static NtlmPasswordAuthenticator.AuthenticationTypeNtlmPasswordAuthenticator.AuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NtlmPasswordAuthenticator.AuthenticationType[]NtlmPasswordAuthenticator.AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jcifs.smb with parameters of type NtlmPasswordAuthenticator.AuthenticationType Constructor Description NtlmPasswordAuthenticator(String userInfo, String defDomain, String defUser, String defPassword, NtlmPasswordAuthenticator.AuthenticationType type)NtlmPasswordAuthenticator(String domain, String username, String password, NtlmPasswordAuthenticator.AuthenticationType type)Create username/password credentials with specified domainNtlmPasswordAuthenticator(NtlmPasswordAuthenticator.AuthenticationType type)
-