protected class AuthorityConnector.GetUserAccessIDThread
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
exception |
protected org.apache.manifoldcf.authorities.interfaces.AuthorizationResponse |
response |
protected java.lang.String |
rval |
protected java.lang.String |
strUserName |
| Constructor and Description |
|---|
GetUserAccessIDThread(java.lang.String strUserName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException() |
org.apache.manifoldcf.authorities.interfaces.AuthorizationResponse |
getResponse() |
java.lang.String |
getUserID() |
void |
run() |
activeCount, checkAccess, clone, 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, yieldprotected java.lang.String strUserName
protected java.lang.Throwable exception
protected java.lang.String rval
protected org.apache.manifoldcf.authorities.interfaces.AuthorizationResponse response
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic java.lang.Throwable getException()
public java.lang.String getUserID()
public org.apache.manifoldcf.authorities.interfaces.AuthorizationResponse getResponse()