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

com.quincy.auth.AuthConstants Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.quincy.auth;

import java.util.HashMap;
import java.util.Map;

import javax.servlet.http.HttpSession;

public class AuthConstants {
	public static Map PERMISSIONS;
	public final static Map SESSIONS = new HashMap(1000);
	public final static String PACKAGE_NAME_ENTITY = "com.quincy.auth.entity";
	public final static String PACKAGE_NAME_REPOSITORY = "com.quincy.auth.dao";
	public final static String PACKAGE_NAME_MAPPER = "com.quincy.auth.mapper";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy