| 程序包 | 说明 |
|---|---|
| org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract RoleInfo |
SecurityHandler.prepareConstraintInfo(String pathInContext,
org.eclipse.jetty.server.Request request) |
protected RoleInfo |
ConstraintSecurityHandler.prepareConstraintInfo(String pathInContext,
org.eclipse.jetty.server.Request request)
Find constraints that apply to the given path.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract boolean |
SecurityHandler.checkUserDataPermissions(String pathInContext,
org.eclipse.jetty.server.Request request,
org.eclipse.jetty.server.Response response,
RoleInfo constraintInfo) |
protected boolean |
ConstraintSecurityHandler.checkUserDataPermissions(String pathInContext,
org.eclipse.jetty.server.Request request,
org.eclipse.jetty.server.Response response,
RoleInfo roleInfo) |
void |
RoleInfo.combine(RoleInfo other) |
protected void |
ConstraintSecurityHandler.configureRoleInfo(RoleInfo ri,
ConstraintMapping mapping)
Initialize or update the RoleInfo from the constraint
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
ConstraintSecurityHandler.omissionsExist(String path,
Map<String,RoleInfo> methodMappings)
Check if any http method omissions exist in the list of method
to auth info mappings.
|
protected void |
ConstraintSecurityHandler.processConstraintMappingWithMethodOmissions(ConstraintMapping mapping,
Map<String,RoleInfo> mappings)
Constraints that name method omissions are dealt with differently.
|
Copyright © 2017. All rights reserved.