This annotation specifies the Servlet security constraints.
The following table lists the @ServletSecurity attributes:
Attribute name | Functionality |
---|---|
httpMethodConstraints | This attribute specifies the security constraints for each Servlet HTTP method. |
value | This attribute specifies the default security constraints of the Servlet. |
Details of each attribute are as follows: