First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package mnp.securityLog;
|
||||
|
||||
public class ActionLogMapping {
|
||||
|
||||
// log Machine2Machine
|
||||
public static final int InvioFileXML = 1001;
|
||||
public static final int RicezioneFileXML = 1002;
|
||||
public static final int AbilitazioneGateway = 1003;
|
||||
|
||||
//log security
|
||||
public static final String LOG_CLIENT_APP_NAME = "MNP-GW";
|
||||
public static final String LOG_RESULT_CODE_OK = "OK";
|
||||
public static final String LOG_RESULT_CODE_KO = "KO";
|
||||
public static final int LOG_RESULT_CODE_DETAIL_OK = 0;
|
||||
public static final int LOG_RESULT_CODE_DETAIL_KO = -1;
|
||||
|
||||
private ActionLogMapping() {};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user