Package com.soffid.iam.am.service.ejb
Interface VaultService
public interface VaultService
EJB VaultService
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyFolderPermissions(VaultFolderPermissions permissions) create(VaultElement folder) create(VaultFolder folder) findAccounts(String filter) findFolder(long id) com.soffid.zkdb.api.PagedResult<VaultFolder>findFolders(com.soffid.zkdb.api.Query q) findFolders(String filter) findVaultElement(long id) findVaultElementByText(String filter) getChildren(VaultElement parent) getChildren(VaultFolder parent) getFolderPermissions(VaultFolder folder) list(VaultFolder folder) voidremove(VaultElement folder) voidremove(VaultFolder folder) update(VaultElement folder) update(VaultFolder folder)
-
Method Details
-
create
- Throws:
InternalErrorException
-
findVaultElement
- Throws:
InternalErrorException
-
update
- Throws:
InternalErrorException
-
create
- Throws:
InternalErrorException
-
findFolder
- Throws:
InternalErrorException
-
getPersonalFolder
- Throws:
InternalErrorException
-
update
- Throws:
InternalErrorException
-
getFolderPermissions
- Throws:
InternalErrorException
-
findFolders
com.soffid.zkdb.api.PagedResult<VaultFolder> findFolders(com.soffid.zkdb.api.Query q) throws InternalErrorException - Throws:
InternalErrorException
-
findAccounts
- Throws:
InternalErrorException
-
findFolders
- Throws:
InternalErrorException
-
findVaultElementByText
- Throws:
InternalErrorException
-
getChildren
- Throws:
InternalErrorException
-
getChildren
- Throws:
InternalErrorException
-
getPublicRootFolders
- Throws:
InternalErrorException
-
getRootFolders
- Throws:
InternalErrorException
-
list
- Throws:
InternalErrorException
-
applyFolderPermissions
- Throws:
InternalErrorException
-
remove
- Throws:
InternalErrorException
-
remove
- Throws:
InternalErrorException
-