org.swiftboot.shiro.model.dao.UserAuthDaoStub Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swiftboot-shiro Show documentation
Show all versions of swiftboot-shiro Show documentation
shiro supporting for swiftboot web applications
package org.swiftboot.shiro.model.dao;
import org.swiftboot.shiro.model.entity.UserEntityStub;
/**
* 用户认证接口
*
* @param 用户实体类类型
* @since 1.2
*/
public interface UserAuthDaoStub {
/**
* @param loginName
* @return
*/
T findByLoginName(String loginName);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy