Interface DomainManagementApi


  • @Validated
    public interface DomainManagementApi
    The domain management api.
    Author:
    Christian Bremer
    • Method Detail

      • getPasswordInformation

        @RequestMapping(value="/api/domain/password-information",
                        produces="application/json",
                        method=GET)
        org.springframework.http.ResponseEntity<org.bremersee.dccon.model.PasswordInformation> getPasswordInformation()
        Get password information.
        Returns:
        the password information
      • getRandomPassword

        @RequestMapping(value="/api/domain/random-password",
                        produces="application/json",
                        method=GET)
        org.springframework.http.ResponseEntity<org.bremersee.dccon.model.Password> getRandomPassword()
        Gets random password.
        Returns:
        the random password