Annotation Type Verify
Verification of input signature specified in a signature header.
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
If message body exists, are we required to check the hash of it?If there are multiple signature headers, use this attribute name to pick which signature to verifyWhat should be the value of identifierName()boolean
Expiration check based on expiration attribute will be done unless this flag is set to false.Do a stale check if a timestamp attribute is preset.
-
Element Details
-
identifierName
String identifierNameIf there are multiple signature headers, use this attribute name to pick which signature to verify- Returns:
- identifier name
- Default:
""
-
identifierValue
String identifierValueWhat should be the value of identifierName()- Returns:
- identifier value
- Default:
""
-
ignoreExpiration
boolean ignoreExpirationExpiration check based on expiration attribute will be done unless this flag is set to false.- Returns:
- ignore expiration
- Default:
false
-
bodyHashRequired
boolean bodyHashRequiredIf message body exists, are we required to check the hash of it?- Returns:
- body has required
- Default:
true
-
stale
-