org.apache.sling.discovery.impl.topology.connector.wl
Interface WhitelistEntry

All Known Implementing Classes:
SubnetWhitelistEntry, WildcardWhitelistEntry

public interface WhitelistEntry

A WhitelistEntry is capable of accepting certain requests depending on a configuration.


Method Summary
 boolean accepts(javax.servlet.ServletRequest request)
           
 

Method Detail

accepts

boolean accepts(javax.servlet.ServletRequest request)
Parameters:
request - the incoming request which should be accepted or rejected
Returns:
true if the request is accepted by this WhitelistEntry


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.