public class AuthenticationConfig
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationConfig.AccountConfig |
| Constructor and Description |
|---|
AuthenticationConfig() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfig.AccountConfig |
getAccountByLogin(java.lang.String login) |
AuthenticationConfig.AccountConfig[] |
getAccounts() |
static AuthenticationConfig |
getInstance() |
void |
setAccounts(AuthenticationConfig.AccountConfig[] accounts) |
java.lang.String |
toString() |
public static AuthenticationConfig getInstance()
public AuthenticationConfig.AccountConfig getAccountByLogin(java.lang.String login)
public AuthenticationConfig.AccountConfig[] getAccounts()
public void setAccounts(AuthenticationConfig.AccountConfig[] accounts)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012-2023 anotheria.net. All Rights Reserved.