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

org.frameworkset.security.session.statics.SessionAPP 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/

There is a newer version: 6.2.8
Show newest version
package org.frameworkset.security.session.statics;

public class SessionAPP {

	public SessionAPP() {
		// TODO Auto-generated constructor stub
	}
	
	private String appkey;
	private long sessions;
	private boolean hasDeletePermission;
	public String getAppkey() {
		return appkey;
	}
	public void setAppkey(String appkey) {
		this.appkey = appkey;
	}
	public long getSessions() {
		return sessions;
	}
	public void setSessions(long sessions) {
		this.sessions = sessions;
	}
	public boolean isHasDeletePermission() {
		return hasDeletePermission;
	}
	public void setHasDeletePermission(boolean hasDeletePermission) {
		this.hasDeletePermission = hasDeletePermission;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy