pt.digitalis.dif.dem.annotations.stage.controller
Annotation Type DispatcherMode


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DispatcherMode

This annotation allows the programmer to configure the Stage execution by the DIF dispatcher. Using this annotation the programmer can specify if the Stage will enable authentication or if it will require authorization prior to running.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt
Created on:
2007/12/05

Optional Element Summary
 boolean authenticate
          Enable authentication.
 boolean authorize
          Enable authorization.
 

authenticate

public abstract boolean authenticate
Enable authentication.

Default:
true

authorize

public abstract boolean authorize
Enable authorization.

Default:
true


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.