java.lang.Object | |||
↳ | javax.servlet.GenericServlet | ||
↳ | javax.servlet.http.HttpServlet | ||
↳ | com.atlassian.jira.servlet.JiraCaptchaServlet |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a captcha image challenge for a given id.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.servlet.http.HttpServlet
| |||||||||||||||||||||||||||||||||||
From class
javax.servlet.GenericServlet
| |||||||||||||||||||||||||||||||||||
From class java.lang.Object | |||||||||||||||||||||||||||||||||||
From interface
javax.servlet.Servlet
| |||||||||||||||||||||||||||||||||||
From interface
javax.servlet.ServletConfig
|
Returns a captcha image challenge for a given id.
The id used to generate the challenge will be the javax.servlet.http.HttpSession http session id.
Later on, the same id will be used to validate the response to the captcha challenge.
request | The http request for this captcha image. |
---|---|
response | The http response where the captch image will be written to. |