Package | Description |
---|---|
io.undertow | |
io.undertow.server.handlers |
Modifier and Type | Method and Description |
---|---|
static IPAddressAccessControlHandler |
Handlers.ipAccessControl(HttpHandler next,
boolean defaultAllow)
Returns a new handler that can allow or deny access to a resource based on IP address
|
Modifier and Type | Method and Description |
---|---|
IPAddressAccessControlHandler |
IPAddressAccessControlHandler.addAllow(String peer)
Adds an allowed peer to the ACL list
|
IPAddressAccessControlHandler |
IPAddressAccessControlHandler.addDeny(String peer)
Adds an denied peer to the ACL list
|
IPAddressAccessControlHandler |
IPAddressAccessControlHandler.clearRules() |
IPAddressAccessControlHandler |
IPAddressAccessControlHandler.setDefaultAllow(boolean defaultAllow) |
IPAddressAccessControlHandler |
IPAddressAccessControlHandler.setNext(HttpHandler next) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.