クラスの使用
jcifs.smb.NtlmPasswordAuthenticator.AuthenticationType
-
NtlmPasswordAuthenticator.AuthenticationTypeを使用しているパッケージ パッケージ 説明 jcifs.smb -
-
jcifs.smbでのNtlmPasswordAuthenticator.AuthenticationTypeの使用
NtlmPasswordAuthenticator.AuthenticationTypeを返すjcifs.smbのメソッド 修飾子とタイプ メソッド 説明 protected NtlmPasswordAuthenticator.AuthenticationTypeNtlmPasswordAuthenticator. guessAuthenticationType()static NtlmPasswordAuthenticator.AuthenticationTypeNtlmPasswordAuthenticator.AuthenticationType. valueOf(String name)指定した名前を持つこの型の列挙型定数を返します。static NtlmPasswordAuthenticator.AuthenticationType[]NtlmPasswordAuthenticator.AuthenticationType. values()この列挙型の定数を含む配列を宣言されている順序で返します。NtlmPasswordAuthenticator.AuthenticationType型のパラメータを持つjcifs.smbのコンストラクタ コンストラクタ 説明 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)
-