|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CamsHttpAgent
Provides methods for authentication, logout, accessing a session, and access control.
| Method Summary | |
|---|---|
void |
destroy()
Destroy the CamsHttpAgent |
void |
invoke(CamsHttpAgentRequest request,
CamsHttpAgentResponse response)
Invokes the CamsHttpAgent. |
boolean |
isStarted()
Check if the CamsHttpAgent is started. |
void |
start()
Start the CamsHttpAgent. |
void |
stop()
Stop the CamsHttpAgent. |
| Method Detail |
|---|
void start()
throws CamsHttpAgentException
CamsHttpAgentException - if CamsHttpAgent fails to start or is
already started.
void stop()
throws CamsHttpAgentException
CamsHttpAgentException - if CamsHttpAgent fails to stop or is
already stopped.boolean isStarted()
void invoke(CamsHttpAgentRequest request,
CamsHttpAgentResponse response)
The underlying CamsHttpAgent implementation will inspect the canonical HttpRequest and take one of the following actions:
request - the CamsHttpRequest, which provides normalized access to
the container-specific HTTP request context.response - the CamsHttpResponse, which enables the CamsHttpAgent to
redirect or send a complete HTTP response if necessary. It provides
normalized access to the container-specific HTTP response context.
NullPointerException - if request or response objects are null.void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||