ws1-network/com.airwatch.gateway.clients
Package com.airwatch.gateway.clients¶
Types¶
| Name | Summary |
|---|---|
| AWAuthInterceptor | open class AWAuthInterceptor An HttpRequestInterceptor instance for the Default Apache HTTPClient that handles NTLM and Basic authentication. |
| AWCertAuthUtil | class AWCertAuthUtil Utility class for AW TLS/SSL Client Cert Authentication for various HTTP Clients. |
| AWHttpClient | @Deprecated ~~open~~ ~~class~~ ~~AWHttpClient~~ Wrapper over org.apache.http.impl.client. |
| AWOkHttpAuthenticator | open class AWOkHttpAuthenticator An Authenticator implementation that provides NTLM auth support with WS1 enrollment credentials. |
| AWOkHttpClient | open class AWOkHttpClient This class is a utility class that provides methods to create and configure an OkHttpClient instance with NTLM authentication and SSL client certificate authentication. |
| AWUrlConnection | open class AWUrlConnection Utility that provides an instance of URLConnection that supports Integrated Authentication and tunnelling. |
| AWWebView | open class AWWebView A Wrapper over the Android's android.webkit. |
| AWWebViewClient | open class AWWebViewClient An implementation of android.webkit. |
| NtlmHttpURLConnection | open class NtlmHttpURLConnection Decorator class for NTLM authentication using WS1 Enrollment credentials Using the constructor that takes in the Activity Context will make this implementation handle re-authentication prompts - i.e., if the user's AD credentials changes (due to a periodic change) then this implementation will prompt the user to enter the new password. |