Package | Description |
---|---|
net.adamcin.httpsig.api |
Modifier and Type | Method and Description |
---|---|
static VerifyResult |
VerifyResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerifyResult[] |
VerifyResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 |
Copyright © 2013-2017. All Rights Reserved.