- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class PostDataLoadEncryptionServlet
extends javax.servlet.http.HttpServlet
Servlet that can be used to invoke the PostDataLoadEncryptionService
It is not recommended to leave this Servlet running at all times. It is really only intended
to be made available during initial data load and then removed (from the web.xml of the
application) after data load and encryption is complete.
This was done as a Servlet for now because Rice does not have a batch runner yet similar
to what KFS has (which is where a lot of the code below was borrowed from).
postDataLoadEncryption
org.kuali.rice.krad.devtools.pdle.PostDataLoadEncryptionServlet
postDataLoadEncryption
/postDataLoadEncryption
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form