Package org.apache.nifi.web.client.proxy
Interface ProxyContext
public interface ProxyContext
Proxy Context provides information necessary to access sites through a Proxy with or without authentication
-
Method Summary
Modifier and TypeMethodDescriptionGet Password for Proxy AuthenticationgetProxy()
Get Proxy including Proxy Type and Proxy ServerGet Username for Proxy Authentication
-
Method Details
-
getProxy
Proxy getProxy()Get Proxy including Proxy Type and Proxy Server- Returns:
- Proxy
-
getUsername
Get Username for Proxy Authentication- Returns:
- Username or empty when not configured
-
getPassword
Get Password for Proxy Authentication- Returns:
- Password or empty when not configured
-