Uses of Class
es.bsc.dataclay.util.management.accountmgr.Account
-
Packages that use Account Package Description es.bsc.dataclay.commonruntime Module responsible to interact with Useres.bsc.dataclay.communication.grpc.clients.logicmodule Contains Logic module client GRPC classes.es.bsc.dataclay.logic Module that represents the entry to the systemes.bsc.dataclay.logic.accountmgr Module intended to management of accounts.es.bsc.dataclay.logic.api Module intended to provide API of Logic Modulees.bsc.dataclay.util.configs Utility classes for Configuration files in Servers -
-
Uses of Account in es.bsc.dataclay.commonruntime
Methods in es.bsc.dataclay.commonruntime with parameters of type Account Modifier and Type Method Description static AccountIDClientManagementLib. newAccount(Account newAcc)This operation creates a new account in the system with the provided username. -
Uses of Account in es.bsc.dataclay.communication.grpc.clients.logicmodule
Methods in es.bsc.dataclay.communication.grpc.clients.logicmodule with parameters of type Account Modifier and Type Method Description AccountIDLogicModuleGrpcClient. newAccount(AccountID adminAccountID, PasswordCredential adminCredential, Account newAccount)AccountIDLogicModuleGrpcClient. newAccountNoAdmin(Account newAccount) -
Uses of Account in es.bsc.dataclay.logic
Methods in es.bsc.dataclay.logic with parameters of type Account Modifier and Type Method Description AccountIDLogicModule. newAccount(AccountID adminAccountID, PasswordCredential adminCredential, Account newAccount)AccountIDLogicModule. newAccountNoAdmin(Account newAccount) -
Uses of Account in es.bsc.dataclay.logic.accountmgr
Methods in es.bsc.dataclay.logic.accountmgr that return Account Modifier and Type Method Description AccountAccountManager. getAccount(AccountID id)Get the the account with the id provided.AccountAccountManagerDB. getByID(AccountID accountID)Get Account by IDAccountAccountManagerDB. getByName(String accountName)Get Account by nameMethods in es.bsc.dataclay.logic.accountmgr that return types with arguments of type Account Modifier and Type Method Description List<Account>AccountManagerDB. getAllNormalAccounts()Get all normal accountsMethods in es.bsc.dataclay.logic.accountmgr with parameters of type Account Modifier and Type Method Description AccountIDAccountManager. newAccount(AccountID adminAccountID, PasswordCredential adminCredential, Account newaccount)Method that registers a new accountvoidAccountManagerDB. store(Account account)Store Account into database -
Uses of Account in es.bsc.dataclay.logic.api
Methods in es.bsc.dataclay.logic.api with parameters of type Account Modifier and Type Method Description AccountIDLogicModuleAPI. newAccount(AccountID adminAccountID, PasswordCredential adminCredential, Account newAccount)This operation creates a new account in the system with the provided username.AccountIDLogicModuleAPI. newAccountNoAdmin(Account newAccount)This operation creates a new account in the system without admin credentials. -
Uses of Account in es.bsc.dataclay.util.configs
Methods in es.bsc.dataclay.util.configs that return Account Modifier and Type Method Description static AccountCfgAdminEnvLoader. parseAdminUser()Parse account admin user
-