
club.zhcs.lina.auth.service.UserDetailService Maven / Gradle / Ivy
The newest version!
package club.zhcs.lina.auth.service;
/**
*
* @author Kerbores([email protected])
*
*/
public interface UserDetailService {
public AuthUser userByName(String name);
public void save(AuthUser user);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy