AccessTokenConsume |
Annotation that may be use to limit access to service.
|
AccessTokenMandatory |
Annotation that may be use to limit access to service.
|
AccessTokenPublish |
Annotation that may be use to send a new access token for limit access to another service.
|
AnonymousAccessAllowed |
Accept anonymous access.
|
DELETE |
Indicates that the annotated method responds to HTTP DELETE requests.
|
Doc |
Documentation.
|
ExcludedFields |
Exclude fields from this annotated object.
|
FileAttachment |
File attachment.
|
GET |
Indicates that the annotated method responds to HTTP GET requests.
|
HeaderParam |
Bind the value of a HTTP header to the annotated parameter.
|
IncludedFields |
Include fields from this annotated object (not included fields are rejected).
|
InnerBodyParam |
Bind the value of a field of an json object passed in http body, to the annotated parameter.
|
PATCH |
Indicates that the annotated method responds to HTTP PUT requests.
|
PathParam |
Bind the value of a path sub-element to the annotated parameter.
|
PathPrefix |
Route path prefix.
|
POST |
Indicates that the annotated method responds to HTTP POST requests.
|
PUT |
Indicates that the annotated method responds to HTTP PUT requests.
|
QueryParam |
Bind the value of a query parameter (url or post data) to the annotated parameter.
|
RequireApiKey |
Require API KEY.
|
ServerSideConsume |
|
ServerSideRead |
|
ServerSideSave |
|
SessionInvalidate |
Invalidate session (so logout).
|
SessionLess |
No session access.It's means "No HTTP Session was created".
|
Validate |
Define some specific validators, on this annotated parameter.
|