JavaScript is disabled on your browser.
Skip navigation links
RESTEasy 6.2.12.Final
References in this document to JAX-RS refer to the Jakarta RESTful Web Services unless otherwise noted.
References in this document to JAXB refer to the Jakarta XML Binding unless otherwise noted.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.jboss.resteasy.annotations.security.doseta
Annotation Type After
@Target
(
ANNOTATION_TYPE
)
@Retention
(
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
Optional Elements
Modifier and Type
Optional Element
Description
int
days
int
hours
int
minutes
int
months
int
seconds
int
years
Element Details
seconds
int
seconds
Default:
0
minutes
int
minutes
Default:
0
hours
int
hours
Default:
0
days
int
days
Default:
0
months
int
months
Default:
0
years
int
years
Default:
0