QuestionQ29
Secure Software ImplementationWhich methods in the Java Servlet Specification v2.4 are defined in the HttpServletRequest interface for programmatic security? Each correct answer represents a complete solution. Choose all that apply.
Choose three
- A getCallerIdentity()
- B isUserInRole()
- C getUserPrincipal()
- D getRemoteUser()
Community Discussion