org.kinsources.kiwa.kernel
Class KiwaRoles

java.lang.Object
  extended by org.kinsources.kiwa.kernel.KiwaRoles

public class KiwaRoles
extends java.lang.Object

Author:
Christian P. Momon

Field Summary
static Role CONTRIBUTOR
           
static Role FORMAT_INSPECTOR
           
static Role MODERATOR
           
static Role REDACTOR
           
static Role SCIBOARD_CHIEF
           
static Role SCIBOARDER
           
static Role VISITOR
           
static Role WEBMASTER
           
 
Constructor Summary
KiwaRoles()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VISITOR

public static Role VISITOR

WEBMASTER

public static Role WEBMASTER

CONTRIBUTOR

public static Role CONTRIBUTOR

SCIBOARDER

public static Role SCIBOARDER

SCIBOARD_CHIEF

public static Role SCIBOARD_CHIEF

MODERATOR

public static Role MODERATOR

REDACTOR

public static Role REDACTOR

FORMAT_INSPECTOR

public static Role FORMAT_INSPECTOR
Constructor Detail

KiwaRoles

public KiwaRoles()