Package xyz.haff.aspektoj.annotations
Annotation Type Secured
Indicated that a method can only be used if the logged user (The one in the ThreadLocal of loggedUser in SecurityContext)
is the same as `username`
-
Required Element Summary
Required Elements
-
Element Details
-
username
String username
-