|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Authenticated
Annotation used by implementation of RequestHandler to show that a
method requires that the request (current user) is authenticated (i.e your
overridden method RequestHandler.getCurrentUser(org.apache.awf.web.http.HttpRequest) returns a non null
value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||