public interface SmbCredentials extends Cloneable
Modifier and Type | Method and Description |
---|---|
SmbCredentials |
clone() |
SSPContext |
createContext(CIFSContext tc,
String host,
byte[] initialToken,
boolean doSigning) |
Subject |
getSubject() |
String |
getUserDomain() |
boolean |
isAnonymous() |
boolean |
isGuest() |
String getUserDomain()
boolean isAnonymous()
boolean isGuest()
SmbCredentials clone()
SSPContext createContext(CIFSContext tc, String host, byte[] initialToken, boolean doSigning) throws SmbException
tc
- host
- initialToken
- doSigning
- SmbException
Subject getSubject()
Copyright © 2017. All rights reserved.