public class PasswordServiceDao extends Dao
| Constructor and Description |
|---|
PasswordServiceDao(CryptoUIService cryptoService,
PasswordRpcServiceAsync passwordService) |
| Modifier and Type | Method and Description |
|---|---|
void |
changePassword(java.lang.String oldPassword,
java.lang.String newPassword,
<any> callback) |
void |
changePassword(java.lang.String username,
java.lang.String oldPassword,
java.lang.String newPassword,
<any> callback) |
detachDto, detachDtos, registerDto, registerDtoContainer, registerDtoContainer, registerDtospublic PasswordServiceDao(CryptoUIService cryptoService, PasswordRpcServiceAsync passwordService)