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

net.sf.jcommon.spring.UserRepository Maven / Gradle / Ivy

package net.sf.jcommon.spring;

import org.springframework.security.core.userdetails.UserDetails;

public interface UserRepository {
	
	U findByUsername(String username);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy