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