public class AuthCredentials extends Object
Constructor and Description |
---|
AuthCredentials() |
Modifier and Type | Method and Description |
---|---|
AuthCredentials |
authUrl(String authUrl)
authUrl to Set
|
static AuthCredentials |
create() |
String |
getAuthUrl() |
String |
getPassword() |
String |
getProjectDomainName() |
String |
getProjectId() |
String |
getProjectName() |
String |
getUserDomainName() |
String |
getUserId() |
String |
getUsername() |
AuthCredentials |
password(String password)
password to Set
|
AuthCredentials |
projectDomainName(String projectDomainName)
projectDomainName to Set
|
AuthCredentials |
projectId(String projectId)
projectId to Set
|
AuthCredentials |
projectName(String projectName)
projectName to Set
|
String |
toString() |
AuthCredentials |
userDomainName(String userDomainName)
userDomainName to Set
|
AuthCredentials |
userId(String userId)
userId to Set
|
AuthCredentials |
username(String username)
Username to Set
|
public static AuthCredentials create()
public AuthCredentials username(String username)
username
- the username to setpublic AuthCredentials password(String password)
password
- the password to setpublic AuthCredentials projectName(String projectName)
projectName
- the projectName to setpublic AuthCredentials userId(String userId)
userId
- the userId to setpublic AuthCredentials authUrl(String authUrl)
authUrl
- the authUrl to setpublic AuthCredentials projectId(String projectId)
projectId
- the projectId to setpublic AuthCredentials projectDomainName(String projectDomainName)
projectDomainName
- the projectDomainName to setpublic AuthCredentials userDomainName(String userDomainName)
userDomainName
- the userDomainName to setpublic String getUsername()
public String getProjectName()
public String getUserId()
public String getUserDomainName()
public String getProjectId()
public String getAuthUrl()
public String getPassword()
public String getProjectDomainName()
Copyright © 2017. All rights reserved.