public interface HTTPAuthorizationFactoryInterface extends HTTPBasicAuthorizationFactoryInterface
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
AuthenticationType |
getAuthenticationType() |
String |
getAuthorizationHeader() |
void |
setAccessToken(String accessToken) |
void |
setAuthenticationType(AuthenticationType authenticationType) |
void |
setAuthorizationHeader(String authorizationHeader) |
getCredentials, getSessionCookies, setCredentials, setSessionCookiesString getAuthorizationHeader()
void setAuthorizationHeader(String authorizationHeader)
AuthenticationType getAuthenticationType()
void setAuthenticationType(AuthenticationType authenticationType)
String getAccessToken()
void setAccessToken(String accessToken)
Copyright © 2020. All rights reserved.