パッケージ jcifs
インタフェース Credentials
-
- 既知のサブインタフェースのリスト:
CredentialsInternal,SmbRenewableCredentials
- 既知の実装クラスのリスト:
JAASAuthenticator,Kerb5Authenticator,NtlmPasswordAuthentication,NtlmPasswordAuthenticator
public interface CredentialsInterface for opaque credential data- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 StringgetUserDomain()booleanisAnonymous()booleanisGuest()<T extends Credentials>
Tunwrap(Class<T> type)
-
-
-
メソッドの詳細
-
unwrap
<T extends Credentials> T unwrap(Class<T> type)
- パラメータ:
type-- 戻り値:
- instance for type, null if the type cannot be unwrapped
-
getUserDomain
String getUserDomain()
- 戻り値:
- the domain the user account is in
-
isAnonymous
boolean isAnonymous()
- 戻り値:
- whether these are anonymous credentials
-
isGuest
boolean isGuest()
- 戻り値:
- whether these are guest credentials
-
-