Uses of Class
org.oa4mp.server.proxy.RFC8628AuthenticationServer.PendingState
-
Packages that use RFC8628AuthenticationServer.PendingState Package Description org.oa4mp.server.proxy -
-
Uses of RFC8628AuthenticationServer.PendingState in org.oa4mp.server.proxy
Methods in org.oa4mp.server.proxy with parameters of type RFC8628AuthenticationServer.PendingState Modifier and Type Method Description protected static void
ProxyUtils. doProxy(OA2SE oa2SE, RFC8628AuthenticationServer.PendingState pendingState)
void
RFC8628AuthenticationServer. postprocess(RFC8628AuthenticationServer.PendingState pendingState)
protected void
RFC8628AuthenticationServer. processRequest(javax.servlet.http.HttpServletRequest request, RFC8628AuthenticationServer.PendingState pendingState, boolean checkCount)
This is where the user's log in is actually processed and the values they sent are checked.protected void
RFC8628AuthenticationServer. setClientRequestAttributes(RFC8628AuthenticationServer.PendingState pendingState)
protected static void
ProxyUtils. userCodeToProxyRedirect(OA2SE oa2SE, OA2ServiceTransaction t, RFC8628AuthenticationServer.PendingState pendingState)
Takes the verification_uri_complete from the CLC (on the proxy site) and forwards the user's browser so they can log in on the proxy server.
-