パッケージ jcifs.smb
インタフェース CredentialsInternal
-
- すべてのスーパーインタフェース:
Cloneable,Credentials
- 既知のサブインタフェースのリスト:
SmbRenewableCredentials
- 既知の実装クラスのリスト:
JAASAuthenticator,Kerb5Authenticator,NtlmPasswordAuthentication,NtlmPasswordAuthenticator
public interface CredentialsInternal extends Cloneable, Credentials
- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 CredentialsInternalclone()SSPContextcreateContext(CIFSContext tc, String targetDomain, String host, byte[] initialToken, boolean doSigning)SubjectgetSubject()voidrefresh()-
インタフェースから継承されたメソッド jcifs.Credentials
getUserDomain, isAnonymous, isGuest, unwrap
-
-
-
-
メソッドの詳細
-
clone
CredentialsInternal clone()
- 戻り値:
- a copy of the credentials
-
createContext
SSPContext createContext(CIFSContext tc, String targetDomain, String host, byte[] initialToken, boolean doSigning) throws SmbException
- パラメータ:
tc-targetDomain-host-initialToken-doSigning-- 戻り値:
- a new context
- 例外:
SmbException
-
getSubject
Subject getSubject()
- 戻り値:
- subject associated with the credentials
-
refresh
void refresh() throws CIFSException- 例外:
CIFSException
-
-