public abstract class AbstractCIFSContext extends Thread implements CIFSContext
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
AbstractCIFSContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
close() |
Credentials |
getCredentials() |
boolean |
hasDefaultCredentials() |
boolean |
renewCredentials(String locationHint,
Throwable error) |
void |
run() |
CIFSContext |
withAnonymousCredentials() |
CIFSContext |
withCredentials(Credentials creds) |
CIFSContext |
withDefaultCredentials() |
CIFSContext |
withGuestCrendentials() |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldequals, getClass, hashCode, notify, notifyAll, wait, wait, waitget, getBufferCache, getConfig, getDfs, getNameServiceClient, getPipe, getSIDResolver, getTransportPool, getUrlHandlerpublic CIFSContext withCredentials(Credentials creds)
withCredentials in interface CIFSContextcreds - public CIFSContext withAnonymousCredentials()
withAnonymousCredentials in interface CIFSContextCIFSContext.withAnonymousCredentials()public CIFSContext withDefaultCredentials()
withDefaultCredentials in interface CIFSContextCIFSContext.withDefaultCredentials()public CIFSContext withGuestCrendentials()
withGuestCrendentials in interface CIFSContextCIFSContext.withGuestCrendentials()public Credentials getCredentials()
getCredentials in interface CIFSContextCIFSContext.getCredentials()public boolean hasDefaultCredentials()
hasDefaultCredentials in interface CIFSContextCIFSContext.hasDefaultCredentials()public boolean renewCredentials(String locationHint, Throwable error)
renewCredentials in interface CIFSContextCIFSContext.renewCredentials(java.lang.String, java.lang.Throwable)public boolean close()
throws CIFSException
close in interface CIFSContextCIFSExceptionCIFSContext.close()public void run()
run in interface Runnablerun in class ThreadThread.run()Copyright © 2018. All rights reserved.