|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void start()
throws CamsHttpAgentException
CamsHttpAgentException - if CamsHttpAgent fails to start or is
already started.
public void stop()
throws CamsHttpAgentException
CamsHttpAgentException - if CamsHttpAgent fails to stop or is
already stopped.public boolean isStarted()
public 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.public void destroy()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||