|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ConstraintMapping 的软件包 | |
|---|---|
| org.eclipse.jetty.annotations | |
| org.eclipse.jetty.security | |
| org.eclipse.jetty.annotations 中 ConstraintMapping 的使用 |
|---|
| 类型变量类型为 ConstraintMapping 的 org.eclipse.jetty.annotations 中的方法参数 | |
|---|---|
protected boolean |
ServletSecurityAnnotationHandler.constraintsExist(List<ServletMapping> servletMappings,
List<ConstraintMapping> constraintMappings)
Check if there are already |
| org.eclipse.jetty.security 中 ConstraintMapping 的使用 |
|---|
| 返回变量类型为 ConstraintMapping 的类型的 org.eclipse.jetty.security 中的方法 | |
|---|---|
static List<ConstraintMapping> |
ConstraintSecurityHandler.createConstraintsWithMappingsForPath(String name,
String pathSpec,
ServletSecurityElement securityElement)
Generate Constraints and ContraintMappings for the given url pattern and ServletSecurityElement |
List<ConstraintMapping> |
ConstraintSecurityHandler.getConstraintMappings()
|
List<ConstraintMapping> |
ConstraintAware.getConstraintMappings()
|
static List<ConstraintMapping> |
ConstraintSecurityHandler.getConstraintMappingsForPath(String pathSpec,
List<ConstraintMapping> constraintMappings)
|
static List<ConstraintMapping> |
ConstraintSecurityHandler.removeConstraintMappingsForPath(String pathSpec,
List<ConstraintMapping> constraintMappings)
Take out of the constraint mappings those that match the given path. |
| 参数类型为 ConstraintMapping 的 org.eclipse.jetty.security 中的方法 | |
|---|---|
void |
ConstraintSecurityHandler.addConstraintMapping(ConstraintMapping mapping)
|
void |
ConstraintAware.addConstraintMapping(ConstraintMapping mapping)
Add a Constraint Mapping. |
protected void |
ConstraintSecurityHandler.configureRoleInfo(RoleInfo ri,
ConstraintMapping mapping)
Initialize or update the RoleInfo from the constraint |
protected void |
ConstraintSecurityHandler.processConstraintMapping(ConstraintMapping mapping)
Create and combine the constraint with the existing processed constraints. |
protected void |
ConstraintSecurityHandler.processConstraintMappingWithMethodOmissions(ConstraintMapping mapping,
Map<String,RoleInfo> mappings)
Constraints that name method omissions are dealt with differently. |
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. |
| 类型变量类型为 ConstraintMapping 的 org.eclipse.jetty.security 中的方法参数 | |
|---|---|
static List<ConstraintMapping> |
ConstraintSecurityHandler.getConstraintMappingsForPath(String pathSpec,
List<ConstraintMapping> constraintMappings)
|
static List<ConstraintMapping> |
ConstraintSecurityHandler.removeConstraintMappingsForPath(String pathSpec,
List<ConstraintMapping> constraintMappings)
Take out of the constraint mappings those that match the given path. |
void |
ConstraintSecurityHandler.setConstraintMappings(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 |
ConstraintSecurityHandler.setConstraintMappings(List<ConstraintMapping> constraintMappings,
Set<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(List<ConstraintMapping> constraintMappings,
Set<String> roles)
Set Constraint Mappings and roles. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||