Details
Security realms allow you to secure your web applications against unauthorized access. Protection is based on authentication that identifies who is requesting access to the webapp and access control that restricts what can be accessed and how it is accessed within the webapp.
Avoid Unauthorizd user access to the server
NOTE: Please review the benchmark to ensure target compliance.
Solution
A webapp statically declares its security requirements in its web.xml file. Authentication is controlled by the
This control applies to the following type of system Unix.
Comments
Please sign in to leave a comment.