All Downloads are FREE. Search and download functionalities are using the official Maven repository.

club.zhcs.lina.auth.service.UserDetailService Maven / Gradle / Ivy

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