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

org.frameworkset.web.auth.AuthenticatePlugin Maven / Gradle / Ivy

Go to download

support session share between application cluster nodes and cross domain application nodes.support good application session monitor and session data statitic module.demo site http://session.bbossgroups.com/

The newest version!
/**
 * 
 */
package org.frameworkset.web.auth;

/**
 * @author yinbp
 *
 * @Date:2016-11-16 15:44:29
 */
public interface AuthenticatePlugin {
	public AuthenticatedToken login(AuthenticateToken authenticateToken) throws AuthenticateException;
	public AuthenticateResponse login(String authenticateToken) ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy