@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface RequiresAuthentication
RequiresUser annotation.
This annotation basically ensures that
subject.isAuthenticated() === true
See the RequiresUser and
RememberMeAuthenticationToken JavaDoc for an
explaination of why these two states are considered different.RequiresUser,
RequiresGuestCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.