Annotation Type Secured


@Target(METHOD) @Retention(RUNTIME) public @interface 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
    Modifier and Type
    Required Element
    Description
     
  • Element Details