Package org.eclipse.jetty.security
Class ConstraintMapping
java.lang.Object
org.eclipse.jetty.security.ConstraintMapping
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.String[]
Deprecated.Deprecated.void
setConstraint
(Constraint constraint) Deprecated.void
Deprecated.void
setMethodOmissions
(String[] omissions) Deprecated.void
setPathSpec
(String pathSpec) Deprecated.
-
Constructor Details
-
ConstraintMapping
public ConstraintMapping()Deprecated.
-
-
Method Details
-
getConstraint
Deprecated.- Returns:
- Returns the constraint.
-
setConstraint
Deprecated.- Parameters:
constraint
- The constraint to set.
-
getMethod
Deprecated.- Returns:
- Returns the method.
-
setMethod
Deprecated.- Parameters:
method
- The method to set.
-
getPathSpec
Deprecated.- Returns:
- Returns the pathSpec.
-
setPathSpec
Deprecated.- Parameters:
pathSpec
- The pathSpec to set.
-
setMethodOmissions
Deprecated.- Parameters:
omissions
- The http-method-omission
-
getMethodOmissions
Deprecated.
-