@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface RequiresUser
RequiresAuthentication
annotation.
Shiro defines a "user" as a Subject that is either
"remembered" or authenticated:
RememberMeAuthenticationToken JavaDoc for an
explanation of why these two states are considered different.RequiresAuthentication,
RequiresGuestCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.