public interface ICredentials
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(org.apache.http.HttpRequest req)
Sets the Authorization header for the given request.
|
String |
getLogonName()
Gets the logon name representing these credentials.
|
void |
initialize(RestClient client) |
void |
logout(RestClient client) |
void initialize(RestClient client) throws JiraException
JiraExceptionvoid authenticate(org.apache.http.HttpRequest req)
req - HTTP request to authenticateString getLogonName()
void logout(RestClient client) throws JiraException
JiraExceptionCopyright © 2022. All rights reserved.