org.apache.awf.annotation
Annotation Type Authenticated


@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)



Copyright © 2012. All Rights Reserved.