|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) public @interface Verify
Verification of input signature specified in a signature header.
Optional Element Summary | |
---|---|
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
public abstract After stale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |