@Component
public class CredentialsService
extends java.lang.Object
| Constructor and Description |
|---|
CredentialsService(pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths paths,
MultiDatacenterRepositoryCommandExecutor multiDcExecutor,
pl.allegro.tech.hermes.domain.CredentialsRepository credentialsRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
overwriteAdminPassword(java.lang.String password) |
pl.allegro.tech.hermes.domain.NodePassword |
readAdminPassword() |
@Autowired
public CredentialsService(pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths paths,
MultiDatacenterRepositoryCommandExecutor multiDcExecutor,
pl.allegro.tech.hermes.domain.CredentialsRepository credentialsRepository)