| Package | Description | 
|---|---|
| io.undertow.servlet.api | |
| io.undertow.servlet.core | |
| io.undertow.servlet.handlers | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
AuthorizationManager.canAccessResource(List<SingleConstraintMatch> mappedConstraints,
                 Account account,
                 ServletInfo servletInfo,
                 HttpServletRequest request,
                 Deployment deployment)
Tests if a user can access a given resource 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
DefaultAuthorizationManager.canAccessResource(List<SingleConstraintMatch> constraints,
                 Account account,
                 ServletInfo servletInfo,
                 HttpServletRequest request,
                 Deployment deployment)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SingleConstraintMatch> | 
ServletRequestContext.getRequiredConstrains()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ServletRequestContext.setRequiredConstrains(List<SingleConstraintMatch> requiredConstrains)  | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.