Interface ChangePasswordService

All Known Implementing Classes:
ChangePasswordServiceImpl

public interface ChangePasswordService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    change(String username, String password)
     
  • Method Details