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