public interface GUserManager
| Modifier and Type | Method and Description |
|---|---|
void |
addGUser(long userId,
java.lang.String password,
java.lang.String firstName,
java.lang.String lastName) |
void |
deleteGUser(long userId) |
GUser |
getGUser(long userId) |
GUser |
getGUser(java.lang.String emailAddress) |
java.util.List<GUser> |
getGUsers() |
void |
updateActive(long userId,
boolean active) |
void |
updatePassword(long userId,
java.lang.String password) |
void addGUser(long userId,
java.lang.String password,
java.lang.String firstName,
java.lang.String lastName)
throws GoogleAppsException
GoogleAppsExceptionvoid deleteGUser(long userId)
throws GoogleAppsException
GoogleAppsExceptionGUser getGUser(long userId) throws GoogleAppsException
GoogleAppsExceptionGUser getGUser(java.lang.String emailAddress) throws GoogleAppsException
GoogleAppsExceptionjava.util.List<GUser> getGUsers() throws GoogleAppsException
GoogleAppsExceptionvoid updateActive(long userId,
boolean active)
throws GoogleAppsException
GoogleAppsExceptionvoid updatePassword(long userId,
java.lang.String password)
throws GoogleAppsException
GoogleAppsException