public class Authentication extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Authentication.ApiAccessKeyCredentials |
static class |
Authentication.PasswordCredentials |
static class |
Authentication.Token |
Constructor and Description |
---|
Authentication() |
Modifier and Type | Method and Description |
---|---|
Authentication.ApiAccessKeyCredentials |
getApiAccessKeyCredentials() |
Authentication.PasswordCredentials |
getPasswordCredentials() |
String |
getProjectId() |
String |
getProjectName() |
Authentication.Token |
getToken() |
void |
setApiAccessKeyCredentials(Authentication.ApiAccessKeyCredentials apiAccessKeyCredentials) |
void |
setPasswordCredentials(Authentication.PasswordCredentials passwordCredentials) |
void |
setProjectId(String projectId) |
void |
setProjectName(String projectName) |
void |
setToken(Authentication.Token token) |
public String getProjectId()
public void setProjectId(String projectId)
projectId
- the projectId to setpublic String getProjectName()
public void setProjectName(String projectName)
projectName
- the projectName to setpublic Authentication.PasswordCredentials getPasswordCredentials()
public void setPasswordCredentials(Authentication.PasswordCredentials passwordCredentials)
passwordCredentials
- the passwordCredentials to setpublic Authentication.ApiAccessKeyCredentials getApiAccessKeyCredentials()
public void setApiAccessKeyCredentials(Authentication.ApiAccessKeyCredentials apiAccessKeyCredentials)
apiAccessKeyCredentials
- the apiAccessKeyCredentials to setpublic Authentication.Token getToken()
public void setToken(Authentication.Token token)
token
- the token to setCopyright © 2014. All Rights Reserved.