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

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