ecologylab.services.authentication
Interface AuthLevels

All Known Implementing Classes:
AuthenticationListEntry

public interface AuthLevels

Constants for administrator levels. May be extended to include other levels.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Field Summary
static int ADMINISTRATOR
          User is an administrator.
static int NORMAL_USER
          User is normal.
 

Field Detail

ADMINISTRATOR

static final int ADMINISTRATOR
User is an administrator.

See Also:
Constant Field Values

NORMAL_USER

static final int NORMAL_USER
User is normal.

See Also:
Constant Field Values