Subversion Repositories bacoAlunos

Rev

Rev 9 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 fvelez 1
package pt.estgp.estgweb;
2
 
3
import pt.estgp.estgweb.utils.ConfigProperties;
4
 
5
/**
6
 * @author Jorge Machado
7
 * @date 28/Fev/2008
8
 * @time 12:51:32
9
 * @see pt.estgp.estgweb
10
 */
11
public class Globals
12
{
13
    public static final 1.5.0/docs/api/java/lang/String.html">String ADMIN_ROLE = ConfigProperties.getProperty("user.admin");
14
    public static final 1.5.0/docs/api/java/lang/String.html">String SUPER_USER_ROLE = ConfigProperties.getProperty("user.super");
15
    public static final 1.5.0/docs/api/java/lang/String.html">String USER_SESSION_KEY = "USER_SESSION_KEY";
16
}