|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface RequiresUser
Requires the current Subject to be an application user for the annotated class/instance/method to be
accessed or invoked. This is less restrictive than the RequiresAuthentication
annotation.
RememberMeAuthenticationToken
JavaDoc for an
explaination of why these two states are considered different.
RequiresAuthentication
,
RequiresGuest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |