public interface HttpAuthPreferences
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
delegateWhitelist()
Returns the HTTP network delegate authorization whitelist as a string with comma/semicolon
separated server URLs.
|
void |
delegateWhitelist(java.lang.String delegateWhitelist)
Configures the HTTP network delegate authorization whitelist.
|
java.lang.String |
serverWhitelist()
Returns the server HTTP authorization whitelist as a string with comma/semicolon separated
server URLs.
|
void |
serverWhitelist(java.lang.String serverWhitelist)
Configures the server HTTP authorization whitelist.
|
java.lang.String serverWhitelist()
java.lang.IllegalStateException - when the engine is closed and its proxy service isn't available
anymorevoid serverWhitelist(java.lang.String serverWhitelist)
serverWhitelist - the server whitelist as a string with the comma/semicolon separated
server URLs, for example: "*example.com,*foobar.com,*baz"java.lang.IllegalStateException - when the engine is closed and its proxy service isn't available
anymorejava.lang.String delegateWhitelist()
java.lang.IllegalStateException - when the engine is closed and its proxy service isn't available
anymorevoid delegateWhitelist(java.lang.String delegateWhitelist)
delegateWhitelist - the network delegate whitelist as a string with comma/semicolon
separated server URLs, for example: "*example.com,*foobar.com,*baz"java.lang.IllegalStateException - when the engine is closed and its proxy service isn't available
anymore