@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) public @interface Verify
Modifier and Type | Optional Element and Description |
---|---|
boolean |
bodyHashRequired
If message body exists, are we required to check the hash of it?
|
String |
identifierName
If there are multiple signature headers, use this attribute name to pick which signature to verify
|
String |
identifierValue
What should be the value of identifierName()
|
boolean |
ignoreExpiration
Expiration check based on expiration attribute will be done unless this flag is set to false.
|
After |
stale
Do a stale check if a timestamp attribute is preset.
|
public abstract String identifierName
public abstract String identifierValue
public abstract boolean ignoreExpiration
Copyright © 2018 JBoss by Red Hat. All rights reserved.