|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Authorization in net.adamcin.httpsig.api |
|---|
| Methods in net.adamcin.httpsig.api that return Authorization | |
|---|---|
static Authorization |
Authorization.parse(String header)
Parse an Authorization header value to construct an Authorization instance |
Authorization |
Signer.sign(RequestContent requestContent)
Signs a RequestContent and returns an Authorization header. |
Authorization |
Signer.sign(RequestContent requestContent,
List<String> electiveHeaders)
Signs a RequestContent and returns an Authorization header. |
| Methods in net.adamcin.httpsig.api with parameters of type Authorization | |
|---|---|
boolean |
Signer.rotateKeys(Challenge nextChallenge,
Authorization failedAuthz)
Call this method to rotate the candidate keys |
Key |
Verifier.selectKey(Authorization authorization)
Selects an appropriate Key from the Keychain matching the keyId specified in the
Authorization. |
Key |
DefaultVerifier.selectKey(Authorization authorization)
Selects an appropriate Key from the Keychain matching the keyId specified in the
Authorization. |
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 |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||