Searched refs:whiteObj (Results 1 – 3 of 3) sorted by relevance
289 Object whiteObj = _white.getLazyMatches(addr); in isAddrUriAllowed() local290 if (whiteObj != null) in isAddrUriAllowed()292 …List whiteList = (whiteObj instanceof List) ? (List)whiteObj : Collections.singletonList(whiteObj); in isAddrUriAllowed()
997 Object whiteObj = _white.getLazyMatches(host); in validateDestination() local998 if (whiteObj == null) in validateDestination()
330 Object whiteObj = _white.getLazyMatches(host); in validateDestination() local331 if (whiteObj != null) in validateDestination()333 … List whiteList = (whiteObj instanceof List)?(List)whiteObj:Collections.singletonList(whiteObj); in validateDestination()