Uses of Class
io.undertow.server.handlers.AccessControlListHandler
-
Packages that use AccessControlListHandler Package Description io.undertow io.undertow.server.handlers -
-
Uses of AccessControlListHandler in io.undertow
Methods in io.undertow that return AccessControlListHandler Modifier and Type Method Description static AccessControlListHandlerHandlers. 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 AccessControlListHandler Modifier and Type Method Description AccessControlListHandlerAccessControlListHandler. addAllow(java.lang.String pattern)Adds an allowed user agent peer to the ACL listAccessControlListHandlerAccessControlListHandler. addDeny(java.lang.String pattern)Adds an denied user agent to the ACL listAccessControlListHandlerAccessControlListHandler. clearRules()AccessControlListHandlerAccessControlListHandler. setDefaultAllow(boolean defaultAllow)AccessControlListHandlerAccessControlListHandler. setNext(HttpHandler next)
-