public class ExportServlet extends javax.servlet.http.HttpServlet
KeyStore
object to the user as a file. It takes in
the KeyStore file as a session attribute byte array.Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_KEYSTORE_DATA |
Constructor and Description |
---|
ExportServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static String |
generateExportPath(String keystoreFileName,
javax.servlet.http.HttpServletRequest request) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final String CLIENT_KEYSTORE_DATA
public ExportServlet()
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public static final String generateExportPath(String keystoreFileName, javax.servlet.http.HttpServletRequest request)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.