public abstract class SecurityStrategy
extends java.lang.Object
| Constructor and Description |
|---|
SecurityStrategy() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
configure(java.net.URI uri,
org.apache.commons.httpclient.HttpClient httpClient) |
boolean |
matches(java.net.URI uri) |
void |
setMatcher(HostMatcher matcher) |
public abstract void configure(java.net.URI uri,
org.apache.commons.httpclient.HttpClient httpClient)
public boolean matches(java.net.URI uri)
public void setMatcher(HostMatcher matcher)