public class OTPProxyRequest extends JRadiusThread implements WebServiceRequestObject
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
OTPProxyRequest(WebServiceListener wsListener,
String userName,
JRadiusRealm realm,
Socket socket,
BufferedReader reader,
BufferedWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort(Exception e) |
void |
delete() |
RadiusRequest |
getAccessRequest() |
RadiusResponse |
getAccessResponse() |
String |
getKey() |
String |
getOtpName() |
String |
getOtpPassword() |
JRadiusRealm |
getRadiusRealm() |
String |
getUserName() |
void |
run() |
void |
setAccessRequest(RadiusRequest accessRequest) |
void |
setAccessResponse(RadiusResponse accessResponse) |
void |
shutdown() |
void |
updateAccounting(AccountingRequest acctRequest) |
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, yieldpublic OTPProxyRequest(WebServiceListener wsListener, String userName, JRadiusRealm realm, Socket socket, BufferedReader reader, BufferedWriter writer) throws OTPProxyException
OTPProxyExceptionpublic void delete()
delete in interface WebServiceRequestObjectpublic String getKey()
getKey in interface WebServiceRequestObjectpublic String getOtpName()
public String getOtpPassword()
public String getUserName()
public JRadiusRealm getRadiusRealm()
public void setAccessRequest(RadiusRequest accessRequest)
public void setAccessResponse(RadiusResponse accessResponse)
public RadiusRequest getAccessRequest() throws InterruptedException
InterruptedExceptionpublic RadiusResponse getAccessResponse() throws InterruptedException
InterruptedExceptionpublic void updateAccounting(AccountingRequest acctRequest) throws RadiusException
RadiusExceptionpublic void abort(Exception e)
public void shutdown()
Copyright © 2017. All rights reserved.