org.ejbca.ui.web.admin.cainterface |
|
Java Source File Name | Type | Comment |
AdminCertReqServlet.java | Class | This is a servlet that is used for creating a user into EJBCA and retrieving her certificate.
This servlet requires authentication of the administrator, specifically it requires that the
client certificate has the privilege "/ra_functionallity/create_end_entity", as defined in the
admin-GUI.
This implementation handles only the POST method.
The CGI parameters for requests are the following.
-
pkcs10req
-
A PKCS#10 request, mandatory.
-
username
-
The username (for EJBCA use only).
|
CAAuthorization.java | Class | A class that looks up the which CA:s and certificate profiles the administrator is authorized to view. |
CACertReqServlet.java | Class | Servlet used to distribute CRLs.
The servlet is called with method GET or POST and syntax
command=<command> . |
CACertServlet.java | Class | Servlet used to distribute CA certificates
cacert - returns ca certificate in PEM-format
nscacert - returns ca certificate for Netscape/Mozilla
iecacert - returns ca certificate for Internet Explorer
cacert, nscacert and iecacert also takes optional parameter level=, where the level is
which ca certificate in a hierachy should be returned. |
CADataHandler.java | Class | A class help administrating CAs. |
CAExportServlet.java | Class | This servlet exports a CA as an octet/stream. |
CAInfoView.java | Class | A class representing a view of a CA Information view.. |
CAInterfaceBean.java | Class | A class used as an interface between CA jsp pages and CA ejbca functions. |
CertificateProfileDataHandler.java | Class | A class handling the certificate type data. |
CertificateProfileNameProxy.java | Class | A class used to improve performance by proxying certificateprofile id to certificate name mappings by minimizing the number of needed lockups over rmi. |
EditPublisherJSPHelper.java | Class | Contains help methods used to parse a publisher jsp page requests. |
EndEntityCertServlet.java | Class | Servlet used to distribute End Entity certificates through the "View Certificate" jsp page. |
GetCRLServlet.java | Class | Servlet used to distribute CRLs.
The servlet is called with method GET or POST and syntax
command=<command> . |
PublisherDataHandler.java | Class | A class handling the hardtoken profile data in the webinterface. |
ViewCAInfoJSPHelper.java | Class | Contains help methods used to parse a viewcainfo jsp page requests. |