Class AuthenticationConfig
- java.lang.Object
-
- net.anotheria.portalkit.adminapi.config.AuthenticationConfig
-
public class AuthenticationConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthenticationConfig.AccountConfig
-
Constructor Summary
Constructors Constructor Description AuthenticationConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationConfig.AccountConfiggetAccountByLogin(java.lang.String login)AuthenticationConfig.AccountConfig[]getAccounts()static AuthenticationConfiggetInstance()voidsetAccounts(AuthenticationConfig.AccountConfig[] accounts)java.lang.StringtoString()
-
-
-
Method Detail
-
getInstance
public static AuthenticationConfig getInstance()
-
getAccountByLogin
public AuthenticationConfig.AccountConfig getAccountByLogin(java.lang.String login)
-
getAccounts
public AuthenticationConfig.AccountConfig[] getAccounts()
-
setAccounts
public void setAccounts(AuthenticationConfig.AccountConfig[] accounts)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-