@RestController public class DomainManagementController extends Object implements org.bremersee.dccon.api.DomainManagementApi
| Constructor and Description |
|---|
DomainManagementController(DomainService domainService)
Instantiates a new domain management controller.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<org.bremersee.dccon.model.PasswordInformation> |
getPasswordInformation() |
org.springframework.http.ResponseEntity<org.bremersee.dccon.model.Password> |
getRandomPassword() |
public DomainManagementController(DomainService domainService)
domainService - the domain servicepublic org.springframework.http.ResponseEntity<org.bremersee.dccon.model.PasswordInformation> getPasswordInformation()
getPasswordInformation in interface org.bremersee.dccon.api.DomainManagementApipublic org.springframework.http.ResponseEntity<org.bremersee.dccon.model.Password> getRandomPassword()
getRandomPassword in interface org.bremersee.dccon.api.DomainManagementApiCopyright © 2020 bremersee.org. All rights reserved.