|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestAuthenticator
Request Authenticator Interface
Method Summary | |
---|---|
void |
authenticateRequest(org.apache.commons.httpclient.HttpMethodBase method,
List<String> elements)
Authenticate a request |
boolean |
isRequestAuthenticated(javax.servlet.http.HttpServletRequest request)
Check the Authentication of a request |
Method Detail |
---|
boolean isRequestAuthenticated(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
void authenticateRequest(org.apache.commons.httpclient.HttpMethodBase method, List<String> elements)
method
- The HTTP method to authenticateelements
- List of elements to include in the signature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |