Uses of Class
edu.uiuc.ncsa.sas.thing.response.LogonResponse
-
Packages that use LogonResponse Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.thing.response -
-
Uses of LogonResponse in edu.uiuc.ncsa.sas
Methods in edu.uiuc.ncsa.sas that return LogonResponse Modifier and Type Method Description protected LogonResponse
SASServlet. doLogon(LogonAction logonAction, SessionRecord sessionRecord)
-
Uses of LogonResponse in edu.uiuc.ncsa.sas.thing.response
Methods in edu.uiuc.ncsa.sas.thing.response with parameters of type LogonResponse Modifier and Type Method Description void
ResponseSerializer. serialize(LogonResponse logonResponse, javax.servlet.http.HttpServletResponse servletResponse, SessionRecord sessionRecord)
This is an outlier in the sense that there is only exactly one logon request and it must have its resposne RSA encrypted.
-