Uses of Class
com.elpical.jclaro.admin.ws.server.Account
Packages that use Account
Package
Description
AdministrationConnector can be used to configure and administer Claro.
-
Uses of Account in com.elpical.jclaro.admin.ws.server
Methods in com.elpical.jclaro.admin.ws.server that return AccountModifier and TypeMethodDescriptionAccountToken.getAccount()
Logs the user in with the supplied name.Methods in com.elpical.jclaro.admin.ws.server that return types with arguments of type AccountModifier and TypeMethodDescriptionAccountCache.getAccounts()
Get all accounts.AdminConnector.getAccounts(byte[] userToken)
Returns a list of Accounts registered in Claro.AdminConnector.removeAccounts(byte[] userToken, List<Account> accounts)
Removes the specified list of AccountsAdminConnector.saveAccounts(byte[] userToken, List<Account> accounts)
Saves the supplied Accounts.Methods in com.elpical.jclaro.admin.ws.server with parameters of type AccountMethod parameters in com.elpical.jclaro.admin.ws.server with type arguments of type AccountModifier and TypeMethodDescriptionAdminConnector.removeAccounts(byte[] userToken, List<Account> accounts)
Removes the specified list of AccountsAdminConnector.saveAccounts(byte[] userToken, List<Account> accounts)
Saves the supplied Accounts.Constructors in com.elpical.jclaro.admin.ws.server with parameters of type Account