@Component(value="domainService") public class DomainServiceImpl extends Object implements DomainService
| Constructor and Description |
|---|
DomainServiceImpl(DomainRepository domainRepository)
Instantiates a new domain service.
|
| Modifier and Type | Method and Description |
|---|---|
String |
createRandomPassword()
Create random password.
|
org.bremersee.dccon.model.PasswordInformation |
getPasswordInformation()
Gets password information.
|
public DomainServiceImpl(DomainRepository domainRepository)
domainRepository - the domain repositorypublic org.bremersee.dccon.model.PasswordInformation getPasswordInformation()
DomainServicegetPasswordInformation in interface DomainServicepublic String createRandomPassword()
DomainServicecreateRandomPassword in interface DomainServiceCopyright © 2020 bremersee.org. All rights reserved.