List of usage examples for org.apache.shiro.session SessionListener interface-usage
From source file com.baguaz.module.user.BgzSessionListener.java
/** * @author Yinchuan Dai ? (daiyinchuan@163.com) * */ public class BgzSessionListener implements SessionListener { private static final Logger log = LoggerFactory.getLogger(BgzSessionListener.class);
From source file com.caricah.iotracah.core.modules.Worker.java
/** * @author <a href="mailto:bwire@caricah.com"> Peter Bwire </a> * @version 1.0 8/10/15 */ public abstract class Worker extends IOTBaseHandler implements SessionListener {
From source file com.zht.common.shiro.listener.OnLineSessionListener.java
public class OnLineSessionListener implements SessionListener { @Override public void onExpiration(Session session) { throw new ShiroSessionExpiredException(""); }
From source file org.obiba.opal.r.service.OpalRSessionManager.java
/** * Maps R Sessions with its invoking Opal user (through its Opal Session). Current R session of an Opal user is the last * R session created or a R session explicitly set. */ @Component public class OpalRSessionManager implements SessionListener {