Package | Description |
---|---|
io.undertow | |
io.undertow.server.handlers |
Modifier and Type | Method and Description |
---|---|
static AccessControlListHandler | Handlers.acl(HttpHandler next, boolean defaultAllow, ExchangeAttribute attribute) Returns a new handler that can allow or deny access to a resource based an at attribute of the exchange |
Modifier and Type | Method and Description |
---|---|
AccessControlListHandler | AccessControlListHandler.addAllow(String pattern) Adds an allowed user agent peer to the ACL list |
AccessControlListHandler | AccessControlListHandler.addDeny(String pattern) Adds an denied user agent to the ACL list |
AccessControlListHandler | AccessControlListHandler.clearRules() |
AccessControlListHandler | AccessControlListHandler.setDefaultAllow(boolean defaultAllow) |
AccessControlListHandler | AccessControlListHandler.setNext(HttpHandler next) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.