|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.hsr.bieridee.auth.HmacSha256Verifier
public class HmacSha256Verifier
This verifier verifies the HMAC-SHA256 auth header.
Field Summary |
---|
Fields inherited from interface org.restlet.security.Verifier |
---|
RESULT_INVALID, RESULT_MISSING, RESULT_STALE, RESULT_UNKNOWN, RESULT_UNSUPPORTED, RESULT_VALID |
Constructor Summary | |
---|---|
HmacSha256Verifier()
|
Method Summary | |
---|---|
int |
verify(org.restlet.Request request,
org.restlet.Response response)
Attempts to verify the credentials provided by the client user sending the request. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HmacSha256Verifier()
Method Detail |
---|
public int verify(org.restlet.Request request, org.restlet.Response response)
verify
in interface org.restlet.security.Verifier
request
- The request sent.response
- The response to update.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |