KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > portal > core > portlet > permission > security > PermissionSecurityConstants


1 /*****************************************
2  * *
3  * JBoss Portal: The OpenSource Portal *
4  * *
5  * Distributable under LGPL license. *
6  * See terms of license at gnu.org. *
7  * *
8  *****************************************/

9 package org.jboss.portal.core.portlet.permission.security;
10
11 /**
12  * @author Roy Russo : roy at jboss dot org
13  * Date: Feb 22, 2005
14  * Time: 11:36:31 AM
15  */

16 public class PermissionSecurityConstants
17 {
18    public static final String JavaDoc ADMIN = "Admin";
19       
20 }
21
Popular Tags