Interface ClientConfigProvider
public interface ClientConfigProvider
Interface to enable loading of authentication configuration from outside.
- Author:
- dvilkola@redhat.com
-
Method Summary
Modifier and TypeMethodDescriptiongetBearerToken(URI uri) getPassword(URI uri) getSSLContext(URI uri) getUsername(URI uri)
-
Method Details
-
getUsername
- Throws:
ClientConfigException
-
getPassword
- Throws:
ClientConfigException
-
getBearerToken
- Throws:
ClientConfigException
-
getSSLContext
- Throws:
ClientConfigException
-