|
||||||||||
| 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 types with arguments of type ConstraintMapping | |
|---|---|
java.util.List<ConstraintMapping> |
ConstraintAware.getConstraintMappings()
|
java.util.List<ConstraintMapping> |
ConstraintSecurityHandler.getConstraintMappings()
|
| Methods in org.eclipse.jetty.security with parameters of type ConstraintMapping | |
|---|---|
void |
ConstraintAware.addConstraintMapping(ConstraintMapping mapping)
Add a Constraint Mapping. |
void |
ConstraintSecurityHandler.addConstraintMapping(ConstraintMapping mapping)
|
protected void |
ConstraintSecurityHandler.processContraintMapping(ConstraintMapping mapping)
|
void |
ConstraintSecurityHandler.setConstraintMappings(ConstraintMapping[] constraintMappings)
Deprecated. |
void |
ConstraintSecurityHandler.setConstraintMappings(ConstraintMapping[] constraintMappings,
java.util.Set<java.lang.String> roles)
Deprecated. |
| Method parameters in org.eclipse.jetty.security with type arguments of type ConstraintMapping | |
|---|---|
void |
ConstraintSecurityHandler.setConstraintMappings(java.util.List<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 |
ConstraintAware.setConstraintMappings(java.util.List<ConstraintMapping> constraintMappings,
java.util.Set<java.lang.String> roles)
Set Constraint Mappings and roles. |
void |
ConstraintSecurityHandler.setConstraintMappings(java.util.List<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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||