Annotation Type Secured


@Target(METHOD) @Retention(RUNTIME) public @interface Secured
Indicated that a method can only be used if the logged user is a specific one
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • username

      String username
      Returns:
      The only username wose authentication is acceptable to call this method