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, registerDtos
public PasswordServiceDao(CryptoUIService cryptoService, PasswordRpcServiceAsync passwordService)