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 650 2010-10-03 15:14:48Z fdesbois $
value
public abstract UserRole[] value
- Default:
- {fr.ifremer.wao.bean.UserRole.OBSERVER, fr.ifremer.wao.bean.UserRole.ADMIN, fr.ifremer.wao.bean.UserRole.COORDINATOR, fr.ifremer.wao.bean.UserRole.GUEST}
readOnlyAllowed
public abstract boolean readOnlyAllowed
- Default:
- true
Copyright © 2009-2010 Ifremer. All Rights Reserved.