Retrieving HTTP session information in a custom authentication service

You can also retrieve additional client session information in custom authentication services that implement the CtsSecurity::AuthService API. In a custom authentication component implemented in Java, you can call the com.sybase.jaguar.server.Jaguar.getHttpServletRequest() method to retrieve the HTTP servlet request (if any) that triggered the authentication event. This method returns null if the authentication event is not associated with an HTTP request (for example, if the authentication is for a component invocation).