@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface RequiresGuest
RequiresUser annotation. That is,
RequiresUser == !RequiresGuest, or more accurately,
RequiresGuest === subject.getPrincipal() == null.RequiresAuthentication,
RequiresUserCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.