Class MysqlCredential
java.lang.Object
dev.king.universal.wrapper.mysql.api.MysqlCredential
- All Implemented Interfaces:
- UniversalCredential
public final class MysqlCredential extends java.lang.Object implements UniversalCredential
The credential security login to authenticate with mysql
 Is used to grants secure system.
- 
Constructor SummaryConstructors Constructor Description MysqlCredential()
- 
Method SummaryModifier and Type Method Description static MysqlCredentialfromConfiguration(@NonNull org.bukkit.configuration.ConfigurationSection section)CreateMysqlCredentialfrom aConfigurationSectionMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.king.universal.shared.api.credential.UniversalCredentialgetDatabase, getHostname, getPassword, getUser
- 
Constructor Details- 
MysqlCredentialpublic MysqlCredential()
 
- 
- 
Method Details- 
fromConfigurationpublic static MysqlCredential fromConfiguration(@NonNull @NonNull org.bukkit.configuration.ConfigurationSection section)CreateMysqlCredentialfrom aConfigurationSection- Parameters:
- section- instance of section
- Returns:
- credential security
 
 
-