fr.ifremer.wao.ui.data
Annotation Type RequiresAuthentication


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface RequiresAuthentication

This annotation is used on pages and components that need authentication to be rendered. Created: 3 mai 2010

Author:
fdesbois $Id: RequiresAuthentication.java 474 2010-05-03 16:48:00Z fdesbois $

Optional Element Summary
 boolean readOnlyAllowed
           
 UserRole[] value
           
 

value

public abstract UserRole[] value
Default:
{fr.ifremer.wao.bean.UserRole.OBSERVER, fr.ifremer.wao.bean.UserRole.ADMIN, fr.ifremer.wao.bean.UserRole.COORDINATOR}

readOnlyAllowed

public abstract boolean readOnlyAllowed
Default:
true


Copyright © 2009-2010 Ifremer. All Rights Reserved.