|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.signrequest.AbstractAuthenticator
fr.paris.lutece.util.signrequest.HeaderHashAuthenticator
public class HeaderHashAuthenticator
HeaderHashAuthenticator
Field Summary |
---|
Fields inherited from class fr.paris.lutece.util.signrequest.AbstractAuthenticator |
---|
_logger |
Constructor Summary | |
---|---|
HeaderHashAuthenticator()
|
Method Summary | |
---|---|
void |
authenticateRequest(org.apache.commons.httpclient.HttpMethodBase method,
java.util.List<java.lang.String> elements)
Authenticate a request |
boolean |
isRequestAuthenticated(javax.servlet.http.HttpServletRequest request)
Check the Authentication of a request |
Methods inherited from class fr.paris.lutece.util.signrequest.AbstractAuthenticator |
---|
buildSignature, getSignatureElements, isValidTimestamp, setHashService, setPrivateKey, setSignatureElements, setValidityTimePeriod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeaderHashAuthenticator()
Method Detail |
---|
public boolean isRequestAuthenticated(javax.servlet.http.HttpServletRequest request)
isRequestAuthenticated
in interface RequestAuthenticator
request
- The HTTP request
public void authenticateRequest(org.apache.commons.httpclient.HttpMethodBase method, java.util.List<java.lang.String> elements)
authenticateRequest
in interface RequestAuthenticator
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 |