| Package | Description |
|---|---|
| org.duracloud.account.db.util | |
| org.duracloud.account.db.util.error | |
| org.duracloud.account.db.util.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
DuracloudUserService.checkUsername(String username)
This method throws an exception is the username is non-unique or
it is not a valid username.
|
org.duracloud.account.db.model.DuracloudUser |
DuracloudUserService.createNewUser(String username,
String password,
String firstName,
String lastName,
String email,
String securityQuestion,
String securityAnswer)
This method creates and persists a new user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReservedPrefixException |
class |
ReservedUsernameException |
| Modifier and Type | Method and Description |
|---|---|
void |
DuracloudUserServiceImpl.checkUsername(String username) |
org.duracloud.account.db.model.DuracloudUser |
DuracloudUserServiceImpl.createNewUser(String username,
String password,
String firstName,
String lastName,
String email,
String securityQuestion,
String securityAnswer) |
Copyright © 2009–2015 DuraSpace. All rights reserved.