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

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

    Constructors 
    Constructor Description
    SimpleCredentials​(@NotNull java.lang.String username, @NotNull java.lang.String password)  
  • Method Summary

    Modifier and Type Method Description
    @NotNull java.lang.String getPassword()  
    @NotNull java.lang.String getUsername()  

    Methods inherited from class java.lang.Object

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

    • SimpleCredentials

      public SimpleCredentials​(@NotNull @NotNull java.lang.String username, @NotNull @NotNull java.lang.String password)
      Since:
      0.1
  • Method Details

    • getUsername

      @NotNull public @NotNull java.lang.String getUsername()
      Since:
      0.1
    • getPassword

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