Package org.gluu.oxauth.model.common
Class ExecutionContext
- java.lang.Object
-
- org.gluu.oxauth.model.common.ExecutionContext
-
public class ExecutionContext extends java.lang.Object
- Author:
- Yuriy Zabrovarnyy
-
-
Constructor Summary
Constructors Constructor Description ExecutionContext(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Client
getClient()
javax.servlet.http.HttpServletRequest
getHttpRequest()
javax.servlet.http.HttpServletResponse
getHttpResponse()
void
setClient(Client client)
-