URL security in custom servlets
The WorldServer Software Development Kit (SDK) supports the implementation of URL security, so that you can include it in your custom servlets.
See the following components:
- The SDK servlet
com.idiominc.wssdk.component.servlet.WSHttpServletshows exposed methods supporting secure URLs. - The SDK sample human action servlet Human Action Scope Analyzer has been updated to illustrate how you can use URL security in custom servlets.
- The key APIs for URL security are requireSecureURL (the default is false) and getSecureURL.