Java javax.servlet ServletSecurityElement fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet ServletSecurityElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet ServletSecurityElement.

The text is from its open source code.

Constructor

ServletSecurityElement(HttpConstraintElement constraint)
Constructs an instance with a default Constraint element and with no HTTP Method specific constraint elements.
ServletSecurityElement(Collection methodConstraints)
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 methodConstraints)
Constructs an instance with a default Constraint element and with a collection of HTTP Method specific constraint elements.