Class AuthCredentials


  • public class AuthCredentials
    extends Object
    Author:
    Vishvesh Deshmukh
    • Constructor Detail

      • AuthCredentials

        public AuthCredentials()
    • Method Detail

      • 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