@Inherited
@Target(TYPE)
@Retention(RUNTIME)
@Documented
public @interface ServletSecurity
Servlet
implementation
class to enforce security constraints on HTTP protocol requests.Modifier and Type | Optional Element | Description |
---|---|---|
HttpMethodConstraint[] |
httpMethodConstraints |
An array of HttpMethodConstraint objects to which the security constraint
will be applied
|
HttpConstraint |
value |
The default constraint to apply to requests not handled by specific
method constraints
|
HttpConstraint value
HttpMethodConstraint[] httpMethodConstraints
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.