Uses of Class
org.eclipse.jetty.security.RoleInfo
-
Packages that use RoleInfo Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jetty -
-
Uses of RoleInfo in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that return RoleInfo Modifier and Type Method Description protected RoleInfo
ConstraintSecurityHandler. prepareConstraintInfo(java.lang.String pathInContext, Request request)
Find constraints that apply to the given path.protected abstract RoleInfo
SecurityHandler. prepareConstraintInfo(java.lang.String pathInContext, Request request)
Methods in org.eclipse.jetty.security with parameters of type RoleInfo Modifier and Type Method Description protected boolean
ConstraintSecurityHandler. checkUserDataPermissions(java.lang.String pathInContext, Request request, Response response, RoleInfo roleInfo)
protected abstract boolean
SecurityHandler. checkUserDataPermissions(java.lang.String pathInContext, Request request, Response response, RoleInfo constraintInfo)
void
RoleInfo. combine(RoleInfo other)
protected void
ConstraintSecurityHandler. configureRoleInfo(RoleInfo ri, ConstraintMapping mapping)
Initialize or update the RoleInfo from the constraintMethod parameters in org.eclipse.jetty.security with type arguments of type RoleInfo Modifier and Type Method Description protected boolean
ConstraintSecurityHandler. omissionsExist(java.lang.String path, java.util.Map<java.lang.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, java.util.Map<java.lang.String,RoleInfo> mappings)
Constraints that name method omissions are dealt with differently.
-