public interface UserManageable
| Modifier and Type | Method and Description |
|---|---|
UserManageable |
assertUserDoesNotExist(UserModel user) |
UserManageable |
assertUserExists(UserModel user) |
UserManageable |
createUser(UserModel user) |
UserManageable |
deleteUser(UserModel user) |
UserManageable |
updateUser(UserModel user,
HashMap<String,String> attributes) |
UserManageable createUser(UserModel user) throws Exception
ExceptionUserManageable deleteUser(UserModel user) throws Exception
ExceptionUserManageable updateUser(UserModel user, HashMap<String,String> attributes) throws Exception
ExceptionUserManageable assertUserExists(UserModel user) throws Exception
ExceptionUserManageable assertUserDoesNotExist(UserModel user) throws Exception
ExceptionCopyright © 2005–2019 Alfresco Software. All rights reserved.