KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > portal > core > portlet > user > security > UserSecurityConstants


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.user.security;
10
11 /**
12  * @author <a HREF="mailto:theute@jboss.org">Thomas Heute </a>
13  * @version $Revision: 1.1 $
14  */

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