|  | 
| static final String | NORMAL_STR = "Normal" | 
|  | 
| static final String | ADMIN_STR = "Admin" | 
|  | 
| static final int | NORMAL = 0 | 
|  | 
| static final int | ADMIN = 1 | 
|  | 
      
        
          | String umm.api.User.getPassword | ( |  | ) |  | 
      
 
- Returns
- The password. A User object retrieved with getUser() will have an encrypted (i.e., unreadable) password. 
 
 
      
        
          | String umm.api.User.getUserName | ( |  | ) |  | 
      
 
 
      
        
          | int umm.api.User.getUserType | ( |  | ) |  | 
      
 
 
      
        
          | boolean umm.api.User.isActive | ( |  | ) |  | 
      
 
 
      
        
          | void umm.api.User.setActive | ( | boolean | active | ) |  | 
      
 
 
      
        
          | void umm.api.User.setId | ( | int | id | ) |  | 
      
 
 
      
        
          | void umm.api.User.setPassword | ( | String | password | ) |  | 
      
 
- Parameters
- 
  
    | password | the password to set |  
 
 
 
      
        
          | void umm.api.User.setUserName | ( | String | userName | ) |  | 
      
 
- Parameters
- 
  
    | userName | the userName to set |  
 
 
 
      
        
          | void umm.api.User.setUserType | ( | int | type | ) |  | 
      
 
 
The documentation for this class was generated from the following file: