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

net.sf.weixinmp.http.dialog.base.support.WebSessionProvider Maven / Gradle / Ivy

The newest version!
package net.sf.weixinmp.http.dialog.base.support;

/**
 * {@link WebSession} provider
 * 
 * @author [email protected]
 * @date 3/7/2016
 */
public interface WebSessionProvider {

	/**
	 * provide {@link WebSession} both by {@link NamePassWebSecurity} and
	 * {@link SessionIdWebSecurity}
	 * 
	 * @param security
	 *            {@link WebSecurity}
	 * @return {@link WebSession}
	 */
	public WebSession get(WebSecurity security);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy