com.ondelette.servlet.webforum
Interface AutorizationConstants

All Known Implementing Classes:
ForumLocale, Message, MessageFolder, ServletUtil, User, WebForumServlet

public interface AutorizationConstants

Description of the Interface


Field Summary
static int ACCOUNTINACTIVE
          Description of the Field
static int ADMIN
          Description of the Field
static int DELETED
          Description of the Field
static int EXECUTIVEMEMBER
          Description of the Field
static int IDENTIFIEDGUEST
          Description of the Field
static int ILLEGAL
          Description of the Field
static int MEMBER
          Description of the Field
static int NORMAL
          Description of the Field
static int VIPMEMBER
          Description of the Field
 

Field Detail

NORMAL

public static final int NORMAL
Description of the Field

Since:
0.30
See Also:
Constant Field Values

IDENTIFIEDGUEST

public static final int IDENTIFIEDGUEST
Description of the Field

Since:
0.30
See Also:
Constant Field Values

MEMBER

public static final int MEMBER
Description of the Field

Since:
0.30
See Also:
Constant Field Values

EXECUTIVEMEMBER

public static final int EXECUTIVEMEMBER
Description of the Field

Since:
0.30
See Also:
Constant Field Values

VIPMEMBER

public static final int VIPMEMBER
Description of the Field

Since:
0.30
See Also:
Constant Field Values

ADMIN

public static final int ADMIN
Description of the Field

Since:
0.30
See Also:
Constant Field Values

ACCOUNTINACTIVE

public static final int ACCOUNTINACTIVE
Description of the Field

Since:
0.30
See Also:
Constant Field Values

DELETED

public static final int DELETED
Description of the Field

Since:
0.30
See Also:
Constant Field Values

ILLEGAL

public static final int ILLEGAL
Description of the Field

Since:
0.30
See Also:
Constant Field Values