org.eclipse.jetty.security
类 ConstraintMapping
java.lang.Object
org.eclipse.jetty.security.ConstraintMapping
public class ConstraintMapping
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintMapping
public ConstraintMapping()
getConstraint
public Constraint getConstraint()
- 返回:
- Returns the constraint.
setConstraint
public void setConstraint(Constraint constraint)
- 参数:
constraint - The constraint to set.
getMethod
public String getMethod()
- 返回:
- Returns the method.
setMethod
public void setMethod(String method)
- 参数:
method - The method to set.
getPathSpec
public String getPathSpec()
- 返回:
- Returns the pathSpec.
setPathSpec
public void setPathSpec(String pathSpec)
- 参数:
pathSpec - The pathSpec to set.
setMethodOmissions
public void setMethodOmissions(String[] omissions)
- 参数:
omissions - The http-method-omission
getMethodOmissions
public String[] getMethodOmissions()
Copyright © 2013. All Rights Reserved.