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

com.gateway.invoke.security.ISecurityCheck Maven / Gradle / Ivy

package com.gateway.invoke.security;

import java.util.Map;

import com.gateway.connector.proto.Proto;
import com.gateway.message.SystemMessage;

/**
 * 
 * 
 * @author deshuai.kong
 *
 */
public interface ISecurityCheck {
	SecurityResult check(SystemMessage sMsg, Proto message, String serverName, String method, String content,Map hm);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy