Uses of Class
org.oa4mp.server.proxy.RFC8628AuthorizationServer.PendingState
-
Packages that use RFC8628AuthorizationServer.PendingState Package Description edu.uiuc.ncsa.oa2.servlet -
-
Uses of RFC8628AuthorizationServer.PendingState in edu.uiuc.ncsa.oa2.servlet
Methods in edu.uiuc.ncsa.oa2.servlet with parameters of type RFC8628AuthorizationServer.PendingState Modifier and Type Method Description protected static void
ProxyUtils. doProxy(OA2SE oa2SE, RFC8628AuthorizationServer.PendingState pendingState)
void
RFC8628AuthorizationServer. postprocess(RFC8628AuthorizationServer.PendingState pendingState)
protected void
RFC8628AuthorizationServer. processRequest(javax.servlet.http.HttpServletRequest request, RFC8628AuthorizationServer.PendingState pendingState, boolean checkCount)
This is where the user's log in is actually processed and the values they sent are checked.protected void
RFC8628AuthorizationServer. setClientRequestAttributes(RFC8628AuthorizationServer.PendingState pendingState)
protected static void
ProxyUtils. userCodeToProxyRedirect(OA2SE oa2SE, OA2ServiceTransaction t, RFC8628AuthorizationServer.PendingState pendingState)
Takes the user code in the service transaction (which has been found) and does the redirect to the proxy for login.
-