|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
net.sf.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(java.lang.String userName,
JRadiusRealm realm,
java.net.Socket socket,
java.io.BufferedReader reader,
java.io.BufferedWriter writer)
|
Method Summary | |
---|---|
void |
abort()
|
RadiusPacket |
getAccessResponse()
|
java.lang.String |
getOtpName()
|
java.lang.String |
getOtpPassword()
|
JRadiusRealm |
getRadiusRealm()
|
java.lang.String |
getUserName()
|
void |
run()
|
void |
setAccessRequest(RadiusPacket accessRequest)
|
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(java.lang.String userName, JRadiusRealm realm, java.net.Socket socket, java.io.BufferedReader reader, java.io.BufferedWriter writer) throws OTPProxyException
OTPProxyException
Method Detail |
---|
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 JRadiusRealm getRadiusRealm()
public void setAccessRequest(RadiusPacket accessRequest)
accessRequest
- The accessRequest to set.public RadiusPacket getAccessResponse()
public void abort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |