Package | Description |
---|---|
net.adamcin.httpsig.api | |
net.adamcin.httpsig.http.servlet |
Modifier and Type | Field and Description |
---|---|
static Challenge |
Constants.PREEMPTIVE_CHALLENGE |
Modifier and Type | Method and Description |
---|---|
static Challenge |
Challenge.parse(String header)
Parse a WWW-Authenticate header value to create a
Challenge |
Modifier and Type | Method and Description |
---|---|
boolean |
Signer.rotateKeys(Challenge nextChallenge)
Call this method to rotate the candidate keys according to the provided
Challenge . |
boolean |
Signer.rotateKeys(Challenge nextChallenge,
Authorization failedAuthz)
Call this method to rotate the candidate keys
|
boolean |
Verifier.verify(Challenge challenge,
RequestContent requestContent,
Authorization authorization)
Verifies the provided
Authorization header against the original Challenge |
boolean |
DefaultVerifier.verify(Challenge challenge,
RequestContent requestContent,
Authorization authorization)
Verifies the provided
Authorization header against the original Challenge |
VerifyResult |
Verifier.verifyWithResult(Challenge challenge,
RequestContent requestContent,
Authorization authorization)
Verifies the provided
Authorization header against the original Challenge |
VerifyResult |
DefaultVerifier.verifyWithResult(Challenge challenge,
RequestContent requestContent,
Authorization authorization)
Verifies the provided
Authorization header against the original Challenge |
Modifier and Type | Method and Description |
---|---|
static boolean |
ServletUtil.sendChallenge(javax.servlet.http.HttpServletResponse resp,
Challenge challenge)
Handle an
HttpServletResponse which has failed authentication by sending a
Challenge header |
Copyright © 2013-2017. All Rights Reserved.