Uses of Interface
jcifs.smb.SSPContext
-
Packages that use SSPContext Package Description jcifs.smb -
-
Uses of SSPContext in jcifs.smb
Classes in jcifs.smb that implement SSPContext Modifier and Type Class Description classNtlmContextFor initiating NTLM authentication (including NTLMv2).Methods in jcifs.smb that return SSPContext Modifier and Type Method Description SSPContextCredentialsInternal. createContext(CIFSContext tc, String targetDomain, String host, byte[] initialToken, boolean doSigning)SSPContextKerb5Authenticator. createContext(CIFSContext tc, String targetDomain, String host, byte[] initialToken, boolean doSigning)SSPContextNtlmPasswordAuthenticator. createContext(CIFSContext tc, String targetDomain, String host, byte[] initialToken, boolean doSigning)
-