Annotation Type Authenticated


@Target({METHOD,ANNOTATION_TYPE,TYPE}) @Retention(RUNTIME) public @interface Authenticated
Indicates that a resource can only be accessed by a logged in user. This is equivalent to the Jakarta EE8 RolesAllowed("**") construct.