Class SimpleCredentials
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.StringgetPassword()@NotNull java.lang.StringgetUsername()
-
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
-