|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Documented @Target(value=METHOD) public @interface Authenticated
Marks that a user should be authentication before being able to invoke the corresponding action.
If the user is not yet authenticated when the action is invoked the runtime will redirect the user to a login page. After successful login the action will be executed and the user will continue the regular page flow.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |