@Inherited @Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface ServletSecurity
Servlet
implementation
class to enforce security constraints on HTTP protocol requests.Modifier and Type | Optional Element and 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
|
public abstract HttpConstraint value
public abstract HttpMethodConstraint[] httpMethodConstraints
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.