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

com.icthh.xm.commons.lep.XmLepScriptConstants Maven / Gradle / Ivy

There is a newer version: 4.0.21
Show newest version
package com.icthh.xm.commons.lep;

/**
 * The {@link XmLepScriptConstants} class.
 */
public final class XmLepScriptConstants {

    public static final String BINDING_KEY_AUTH_CONTEXT = "authContext";
    public static final String BINDING_KEY_TENANT_CONTEXT = "tenantContext";
    public static final String BINDING_KEY_IN_ARGS = "inArgs";
    public static final String BINDING_KEY_LEP = "lep";

    public static final String BINDING_VAR_LEP_SCRIPT_CONTEXT = "lepContext";

    private XmLepScriptConstants() {
        throw new UnsupportedOperationException("Prevent creation for constructor utils class");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy