Package org.europa.together.client.acl
Class Account
java.lang.Object
org.europa.together.client.acl.Account
- Author:
- https://elmar-dott.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createAccount
(AccountDO account) void
deleteAccount
(String account) getAccount
(String account) void
updateAccount
(AccountDO account)
-
Constructor Details
-
Account
-
-
Method Details
-
getAccount
public AccountDO getAccount(String account) throws org.europa.together.exceptions.JsonProcessingException, ClassNotFoundException - Throws:
org.europa.together.exceptions.JsonProcessingException
ClassNotFoundException
-
createAccount
-
updateAccount
-
deleteAccount
-
listAccounts
public List<AccountDO> listAccounts() throws org.europa.together.exceptions.JsonProcessingException, ClassNotFoundException- Throws:
org.europa.together.exceptions.JsonProcessingException
ClassNotFoundException
-