Interface IUserCredentials

All Superinterfaces:
Serializable

public interface IUserCredentials extends Serializable
  • Field Details

    • DEFAULT_CREDENTIALS_KEY

      static final String DEFAULT_CREDENTIALS_KEY
      Key for credentials used for internal repository access.
      See Also:
    • EXTERNAL_CREDENTIALS_KEY

      static final String EXTERNAL_CREDENTIALS_KEY
      Key for credentials used for external repository access and Polarion password authentication.
      Since:
      3.21.1
      See Also:
  • Method Details

    • getKey

      String getKey()
    • getLoginId

      String getLoginId()
    • getPassword

      String getPassword()