Uses of Class
planetj.dataengine.security.DEUser

Packages that use DEUser
planetj.dataengine.security   
 

Uses of DEUser in planetj.dataengine.security
 

Methods in planetj.dataengine.security that return DEUser
 DEUser DEUser.setEmailAddress(String newValue)
          Setter method for the UserName property
 DEUser DEUser.setFirstName(String newValue)
          Setter method for the FirstName property
 DEUser DEUser.setLastName(String newValue)
          Setter method for the LastName property
 DEUser DEUser.setPassword(String newValue)
          Setter method for the Password property
 DEUser DEUser.setProperties(String newValue)
          Setter method for the Properties property
 DEUser DEUser.setSecurityLevel(int newValue)
          Setter method for the SecurityLevel property
 DEUser DEUser.setUniqueId(int newValue)
          Setter method for the UniqueId property
 

Methods in planetj.dataengine.security with parameters of type DEUser
static DEUser2Group DEUser2Group.create(DEUser user, DEGroup group)
           
 boolean DEGroup.addUser(DEUser user)
          Adds the specified member to the group.
 boolean DEGroup.isMember(DEUser user)
           
 boolean DEGroup.removeUser(DEUser user)