Annotation Type RequiresAuthentication
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@SecuredAccess("isAuthenticated()")
public @interface RequiresAuthentication
Requires the user to be authenticated. The equivalent Spring Security expression is
isAuthenticated().