Annotation Type Verify
-
@Target({METHOD,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface Verify
Verification of input signature specified in a signature header.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanbodyHashRequiredIf message body exists, are we required to check the hash of it?StringidentifierNameIf there are multiple signature headers, use this attribute name to pick which signature to verifyStringidentifierValueWhat should be the value of identifierName()booleanignoreExpirationExpiration check based on expiration attribute will be done unless this flag is set to false.AfterstaleDo a stale check if a timestamp attribute is preset.
-
-
-
Element Detail
-
identifierName
String identifierName
If there are multiple signature headers, use this attribute name to pick which signature to verify- Returns:
- identifier name
- Default:
- ""
-
-
-
identifierValue
String identifierValue
What should be the value of identifierName()- Returns:
- identifier value
- Default:
- ""
-
-