List of usage examples for org.apache.shiro.session Session interface-usage
From source file de.cosmocode.palava.ipc.security.IpcSessionAdapter.java
/**
* An adapter from {@link IpcSession} to {@link Session}.
*
* @author Tobias Sarnowski
* @author Willi Schoenborn
*/
From source file org.apache.usergrid.rest.security.shiro.session.HttpServletRequestSession.java
/** * Session that is only tied to an HttpServletRequest. This can be used for applications that prefer to remain * stateless. */ public class HttpServletRequestSession implements Session { private final HttpServletRequest request;
From source file org.usergrid.rest.security.shiro.session.HttpServletRequestSession.java
/** * Session that is only tied to an HttpServletRequest. This can be used for * applications that prefer to remain stateless. */ public class HttpServletRequestSession implements Session { private final HttpServletRequest request;
From source file pe.gob.sunat.tecnologia3.arquitectura.framework.desktop.seguridad.SPSession.java
/** * * @author Edwin Farfan */ public interface SPSession extends Session {