com.tintin.devcloud.web.auth.UserManager Class Reference

List of all members.

Public Types

enum  AccessLevel { ADMIN, READWRITE, READ }

Public Member Functions

User createNewUser (String email, String password, String title, String name, String surname, AccessLevel accessLevel) throws IllegalAccessException
User getUser (String email) throws IllegalAccessException

Static Public Member Functions

static UserManager getInstance ()
static String md5 (String str)

Member Enumeration Documentation

Enumerator:
ADMIN 
READWRITE 
READ 

Member Function Documentation

User com.tintin.devcloud.web.auth.UserManager.createNewUser ( String  email,
String  password,
String  title,
String  name,
String  surname,
AccessLevel  accessLevel 
) throws IllegalAccessException
Parameters:
email 
password 
title 
name 
surname 
accessLevel 
Returns:
User
Exceptions:
IllegalAccessException 
static UserManager com.tintin.devcloud.web.auth.UserManager.getInstance (  )  [static]
Returns:
UserManager
User com.tintin.devcloud.web.auth.UserManager.getUser ( String  email  )  throws IllegalAccessException
Parameters:
email 
Returns:
User
Exceptions:
IllegalAccessException 
static String com.tintin.devcloud.web.auth.UserManager.md5 ( String  str  )  [static]
Parameters:
str 
Returns:
String

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations
Generated on Sun Jun 9 14:54:34 2013 for TinTinDEVCLOUD by  doxygen 1.6.3