|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintMapping | |
|---|---|
| org.eclipse.jetty.security | |
| Uses of ConstraintMapping in org.eclipse.jetty.security |
|---|
| Methods in org.eclipse.jetty.security that return ConstraintMapping | |
|---|---|
ConstraintMapping[] |
ConstraintSecurityHandler.getConstraintMappings()
|
ConstraintMapping[] |
ConstraintAware.getConstraintMappings()
|
| Methods in org.eclipse.jetty.security with parameters of type ConstraintMapping | |
|---|---|
void |
ConstraintSecurityHandler.setConstraintMappings(ConstraintMapping[] constraintMappings)
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class. |
void |
ConstraintSecurityHandler.setConstraintMappings(ConstraintMapping[] constraintMappings,
java.util.Set<java.lang.String> roles)
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class. |
void |
ConstraintAware.setConstraintMappings(ConstraintMapping[] constraintMappings,
java.util.Set<java.lang.String> roles)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||