Package | Description |
---|---|
org.eclipse.jetty.annotations | |
org.eclipse.jetty.security |
Modifier and Type | Method and Description |
---|---|
protected Constraint |
ServletSecurityAnnotationHandler.makeConstraint(Class servlet,
String[] rolesAllowed,
javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic permitOrDeny,
javax.servlet.annotation.ServletSecurity.TransportGuarantee transport)
Make a jetty Constraint object, which represents the
|
Modifier and Type | Method and Description |
---|---|
protected ConstraintMapping |
ServletSecurityAnnotationHandler.makeConstraintMapping(Constraint constraint,
String url,
String method,
String[] omissions)
Make a ConstraintMapping which captures the
|
protected List<ConstraintMapping> |
ServletSecurityAnnotationHandler.makeMethodMappings(Class servlet,
Constraint defaultConstraint,
List<ServletMapping> servletMappings,
javax.servlet.annotation.HttpMethodConstraint[] annotations)
Make the Jetty Constraints and ConstraintMapping objects that correspond to the HttpMethodConstraint
annotations for each url pattern for the servlet.
|
Modifier and Type | Method and Description |
---|---|
Constraint |
ConstraintMapping.getConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMapping.setConstraint(Constraint constraint) |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.