public class BasicSecuredServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description | 
|---|
BasicSecuredServlet()  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.jcr.Session | 
getSession(javax.servlet.http.HttpServletRequest request)
Get JCR session 
 | 
javax.jcr.Session | 
getSession(String user,
          String password)
Get JCR session 
 | 
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic javax.jcr.Session getSession(javax.servlet.http.HttpServletRequest request)
                             throws javax.jcr.LoginException,
                                    javax.jcr.RepositoryException,
                                    javax.servlet.ServletException
javax.jcr.LoginExceptionjavax.jcr.RepositoryExceptionjavax.servlet.ServletExceptionCopyright © 2016. All rights reserved.