java.lang.Object
bayern.steinbrecher.dbConnector.credentials.SshCredentials
All Implemented Interfaces:
DBCredentials

public class SshCredentials
extends java.lang.Object
implements DBCredentials
Since:
0.1
  • Constructor Summary

    Constructors 
    Constructor Description
    SshCredentials​(@NotNull java.lang.String dbUsername, @NotNull java.lang.String dbPassword, @NotNull java.lang.String sshUsername, @NotNull java.lang.String sshPassword)  
  • Method Summary

    Modifier and Type Method Description
    @NotNull java.lang.String getDbPassword()  
    @NotNull java.lang.String getDbUsername()  
    @NotNull java.lang.String getSshPassword()  
    @NotNull java.lang.String getSshUsername()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SshCredentials

      public SshCredentials​(@NotNull @NotNull java.lang.String dbUsername, @NotNull @NotNull java.lang.String dbPassword, @NotNull @NotNull java.lang.String sshUsername, @NotNull @NotNull java.lang.String sshPassword)
      Since:
      0.1
  • Method Details

    • getDbUsername

      @NotNull public @NotNull java.lang.String getDbUsername()
      Since:
      0.1
    • getDbPassword

      @NotNull public @NotNull java.lang.String getDbPassword()
      Since:
      0.1
    • getSshUsername

      @NotNull public @NotNull java.lang.String getSshUsername()
      Since:
      0.1
    • getSshPassword

      @NotNull public @NotNull java.lang.String getSshPassword()
      Since:
      0.1