| Constructor and Description |
|---|
ServiceInMemory(Lock lock) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
create(String user,
String password)
Create user.
|
void |
disable(String user)
Disable user.
|
void |
enable(String user)
Enable user.
|
Boolean |
found(String user)
Test user exist.
|
Boolean |
reset(String user,
String password)
Reset the password.
|
Boolean |
update(String user,
String currentPassword,
String newPassword)
Update user password.
|
public ServiceInMemory(Lock lock)
public Boolean update(String user, String currentPassword, String newPassword)
public void disable(String user)
Copyright © 2017. All rights reserved.