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, service
public javax.jcr.Session getSession(javax.servlet.http.HttpServletRequest request) throws javax.jcr.LoginException, javax.jcr.RepositoryException, javax.servlet.ServletException
javax.jcr.LoginException
javax.jcr.RepositoryException
javax.servlet.ServletException
Copyright © 2016. All rights reserved.