org.jboss.resteasy.annotations.security.doseta
Annotation Type After


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface After

Used to add an expiration attribute when signing or as a stale check for verification. Calculate on current time plus the values included within this annotation.

Version:
$Revision: 1 $
Author:
Bill Burke

Optional Element Summary
 int days
           
 int hours
           
 int minutes
           
 int months
           
 int seconds
           
 int years
           
 

seconds

public abstract int seconds
Default:
0

minutes

public abstract int minutes
Default:
0

hours

public abstract int hours
Default:
0

days

public abstract int days
Default:
0

months

public abstract int months
Default:
0

years

public abstract int years
Default:
0


Copyright © 2012. All Rights Reserved.