Example usage for Java javax.servlet ServletSecurityElement fields, constructors, methods, implement or subclass
The text is from its open source code.
ServletSecurityElement(HttpConstraintElement constraint) Constructs an instance with a default Constraint element and with no HTTP Method specific constraint elements. | |
ServletSecurityElement(Collection Constructs an instance using the default HttpConstraintElement value as the default Constraint element and with a collection of HTTP Method specific constraint elements. | |
ServletSecurityElement(ServletSecurity annotation) Constructs an instance from a ServletSecurity annotation value. | |
ServletSecurityElement(HttpConstraintElement constraint, Collection Constructs an instance with a default Constraint element and with a collection of HTTP Method specific constraint elements. |