|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
net.jradius.server.JRadiusThread
net.jradius.webservice.OTPProxyRequest
public class OTPProxyRequest
OTP Proxy Web Service Request. This thread give the client a one-time username and password and does the EAP proxy in a RadiusClient for the request.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
OTPProxyRequest(WebServiceListener wsListener,
java.lang.String userName,
net.jradius.realm.JRadiusRealm realm,
java.net.Socket socket,
java.io.BufferedReader reader,
java.io.BufferedWriter writer)
|
Method Summary | |
---|---|
void |
abort(java.lang.Exception e)
|
void |
delete()
|
net.jradius.packet.RadiusRequest |
getAccessRequest()
|
net.jradius.packet.RadiusResponse |
getAccessResponse()
|
java.lang.String |
getKey()
|
java.lang.String |
getOtpName()
|
java.lang.String |
getOtpPassword()
|
net.jradius.realm.JRadiusRealm |
getRadiusRealm()
|
java.lang.String |
getUserName()
|
void |
run()
|
void |
setAccessRequest(net.jradius.packet.RadiusRequest accessRequest)
|
void |
setAccessResponse(net.jradius.packet.RadiusResponse accessResponse)
|
void |
shutdown()
|
void |
updateAccounting(net.jradius.packet.AccountingRequest acctRequest)
|
Methods inherited from class java.lang.Thread |
---|
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, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OTPProxyRequest(WebServiceListener wsListener, java.lang.String userName, net.jradius.realm.JRadiusRealm realm, java.net.Socket socket, java.io.BufferedReader reader, java.io.BufferedWriter writer) throws OTPProxyException
OTPProxyException
Method Detail |
---|
public void delete()
delete
in interface WebServiceRequestObject
public java.lang.String getKey()
getKey
in interface WebServiceRequestObject
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public java.lang.String getOtpName()
public java.lang.String getOtpPassword()
public java.lang.String getUserName()
public net.jradius.realm.JRadiusRealm getRadiusRealm()
public void setAccessRequest(net.jradius.packet.RadiusRequest accessRequest)
public void setAccessResponse(net.jradius.packet.RadiusResponse accessResponse)
public net.jradius.packet.RadiusRequest getAccessRequest() throws java.lang.InterruptedException
java.lang.InterruptedException
public net.jradius.packet.RadiusResponse getAccessResponse() throws java.lang.InterruptedException
java.lang.InterruptedException
public void updateAccounting(net.jradius.packet.AccountingRequest acctRequest) throws net.jradius.exception.RadiusException
net.jradius.exception.RadiusException
public void abort(java.lang.Exception e)
public void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |