Class AuthCredentials
- java.lang.Object
-
- org.openstack4j.openstack.tacker.domain.AuthCredentials
-
public class AuthCredentials extends Object
- Author:
- Vishvesh Deshmukh
-
-
Constructor Summary
Constructors Constructor Description AuthCredentials()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthCredentialsauthUrl(String authUrl)authUrl to Setstatic AuthCredentialscreate()StringgetAuthUrl()StringgetPassword()StringgetProjectDomainName()StringgetProjectId()StringgetProjectName()StringgetUserDomainName()StringgetUserId()StringgetUsername()AuthCredentialspassword(String password)password to SetAuthCredentialsprojectDomainName(String projectDomainName)projectDomainName to SetAuthCredentialsprojectId(String projectId)projectId to SetAuthCredentialsprojectName(String projectName)projectName to SetStringtoString()AuthCredentialsuserDomainName(String userDomainName)userDomainName to SetAuthCredentialsuserId(String userId)userId to SetAuthCredentialsusername(String username)Username to Set
-
-
-
Method Detail
-
create
public static AuthCredentials create()
-
username
public AuthCredentials username(String username)
Username to Set- Parameters:
username- the username to set- Returns:
- AuthCredentials
-
password
public AuthCredentials password(String password)
password to Set- Parameters:
password- the password to set- Returns:
- AuthCredentials
-
projectName
public AuthCredentials projectName(String projectName)
projectName to Set- Parameters:
projectName- the projectName to set- Returns:
- AuthCredentials
-
userId
public AuthCredentials userId(String userId)
userId to Set- Parameters:
userId- the userId to set- Returns:
- AuthCredentials
-
authUrl
public AuthCredentials authUrl(String authUrl)
authUrl to Set- Parameters:
authUrl- the authUrl to set- Returns:
- AuthCredentials
-
projectId
public AuthCredentials projectId(String projectId)
projectId to Set- Parameters:
projectId- the projectId to set- Returns:
- AuthCredentials
-
projectDomainName
public AuthCredentials projectDomainName(String projectDomainName)
projectDomainName to Set- Parameters:
projectDomainName- the projectDomainName to set- Returns:
- AuthCredentials
-
userDomainName
public AuthCredentials userDomainName(String userDomainName)
userDomainName to Set- Parameters:
userDomainName- the userDomainName to set- Returns:
- AuthCredentials
-
getUsername
public String getUsername()
- Returns:
- the username
-
getProjectName
public String getProjectName()
- Returns:
- the projectName
-
getUserId
public String getUserId()
- Returns:
- the userId
-
getUserDomainName
public String getUserDomainName()
- Returns:
- the userDomainName
-
getProjectId
public String getProjectId()
- Returns:
- the projectId
-
getAuthUrl
public String getAuthUrl()
- Returns:
- the authUrl
-
getPassword
public String getPassword()
- Returns:
- the password
-
getProjectDomainName
public String getProjectDomainName()
- Returns:
- the projectDomainName
-
-