cn.enilu.flash.web.auth.IUserContextLoader Maven / Gradle / Ivy
package cn.enilu.flash.web.auth;
public interface IUserContextLoader {
UserContext load(String id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package cn.enilu.flash.web.auth;
public interface IUserContextLoader {
UserContext load(String id);
}