|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Constraint | |
|---|---|
| org.eclipse.jetty.annotations | |
| org.eclipse.jetty.security | |
| Uses of Constraint in org.eclipse.jetty.annotations |
|---|
| Methods in org.eclipse.jetty.annotations that return Constraint | |
|---|---|
protected Constraint |
ServletSecurityAnnotationHandler.makeConstraint(java.lang.Class servlet,
java.lang.String[] rolesAllowed,
ServletSecurity.EmptyRoleSemantic permitOrDeny,
ServletSecurity.TransportGuarantee transport)
Make a jetty Constraint object, which represents the |
| Methods in org.eclipse.jetty.annotations with parameters of type Constraint | |
|---|---|
protected ConstraintMapping |
ServletSecurityAnnotationHandler.makeConstraintMapping(Constraint constraint,
java.lang.String url,
java.lang.String method,
java.lang.String[] omissions)
Make a ConstraintMapping which captures the |
protected java.util.List<ConstraintMapping> |
ServletSecurityAnnotationHandler.makeMethodMappings(java.lang.Class servlet,
Constraint defaultConstraint,
java.util.List<ServletMapping> servletMappings,
HttpMethodConstraint[] annotations)
Make the Jetty Constraints and ConstraintMapping objects that correspond to the HttpMethodConstraint annotations for each url pattern for the servlet. |
| Uses of Constraint in org.eclipse.jetty.security |
|---|
| Methods in org.eclipse.jetty.security that return Constraint | |
|---|---|
Constraint |
ConstraintMapping.getConstraint()
|
| Methods in org.eclipse.jetty.security with parameters of type Constraint | |
|---|---|
void |
ConstraintMapping.setConstraint(Constraint constraint)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||