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()
ObjectClosedException
- when the engine is closed and its proxy service is not
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"
ObjectClosedException
- when the engine is closed and its proxy service is not
available anymorejava.lang.String delegateWhitelist()
ObjectClosedException
- when the engine is closed and its proxy service is not
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"
ObjectClosedException
- when the engine is closed and its proxy service is not
available anymore