Uses of Class
io.undertow.server.handlers.AccessControlListHandler
Packages that use AccessControlListHandler
-
Uses of AccessControlListHandler in io.undertow
Methods in io.undertow that return AccessControlListHandlerModifier and TypeMethodDescriptionstatic final 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 -
Uses of AccessControlListHandler in io.undertow.server.handlers
Methods in io.undertow.server.handlers that return AccessControlListHandlerModifier and TypeMethodDescriptionAdds an allowed user agent peer to the ACL listAdds an denied user agent to the ACL listAccessControlListHandler.clearRules()
AccessControlListHandler.setDefaultAllow
(boolean defaultAllow) AccessControlListHandler.setNext
(HttpHandler next)