net.sf.bimbo
Annotation Type Authenticated


@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.

Author:
fcorneli



Copyright © 2008 Frank Cornelis IT. All Rights Reserved.