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

net.anotheria.anosite.guard.CMSLogedInGuard Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.guard;

/**
 * This conditional guard is only fulfilled if there is a currentUserId attribute in the session indicating that there is a logged in user. 
 * @author lrosenberg
 *
 */
public class CMSLogedInGuard extends SessionFlagPresentGuard{
	@Override protected String getFlagName(){
		return "currentUserId";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy