public class HTTPAuthorizationFactory extends HTTPBasicAuthorizationFactory
| Constructor and Description |
|---|
HTTPAuthorizationFactory() |
| 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, setSessionCookiespublic String getAuthorizationHeader()
public void setAuthorizationHeader(String authorizationHeader)
public AuthenticationType getAuthenticationType()
public void setAuthenticationType(AuthenticationType authenticationType)
public String getAccessToken()
public void setAccessToken(String accessToken)
Copyright © 2020. All rights reserved.