Package com.soffid.iam.am.service
Interface VaultService
public interface VaultService
Service VaultService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaddToFolder(Account account) Operation addToFoldervoidapplyFolderPermissions(VaultFolderPermissions permissions) Operation applyFolderPermissionscreate(VaultElement folder) Operation createcreate(VaultFolder folder) Operation createfindAccounts(String filter) Operation findAccountsfindFolder(long id) Operation findFoldercom.soffid.zkdb.api.PagedResult<VaultFolder>findFolders(com.soffid.zkdb.api.Query q) Operation findFoldersfindFolders(String filter) Operation findFoldersfindVaultElement(long id) Operation findVaultElementfindVaultElementByText(String filter) Operation findVaultElementByTextgetChildren(VaultElement parent) Operation getChildrengetChildren(VaultFolder parent) Operation getChildrengetFolderPermissions(VaultFolder folder) Operation getFolderPermissionsOperation getPersonalFolderOperation getPublicRootFoldersOperation getRootFolderslist(VaultFolder folder) Operation listvoidremove(VaultElement folder) Operation removevoidremove(VaultFolder folder) Operation removeupdate(VaultElement folder) Operation updateupdate(VaultFolder folder) Operation update
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
create
Operation create- Parameters:
folder-- Returns:
- Throws:
InternalErrorException
-
findVaultElement
Operation findVaultElement- Parameters:
id-- Returns:
- Throws:
InternalErrorException
-
update
Operation update- Parameters:
folder-- Returns:
- Throws:
InternalErrorException
-
create
Operation create- Parameters:
folder-- Returns:
- Throws:
InternalErrorException
-
findFolder
Operation findFolder- Parameters:
id-- Returns:
- Throws:
InternalErrorException
-
getPersonalFolder
Operation getPersonalFolder- Returns:
- Throws:
InternalErrorException
-
update
Operation update- Parameters:
folder-- Returns:
- Throws:
InternalErrorException
-
getFolderPermissions
Operation getFolderPermissions- Parameters:
folder-- Returns:
- Throws:
InternalErrorException
-
addToFolder
Operation addToFolder- Parameters:
account-- Returns:
- Throws:
InternalErrorException
-
findFolders
com.soffid.zkdb.api.PagedResult<VaultFolder> findFolders(com.soffid.zkdb.api.Query q) throws InternalErrorException Operation findFolders- Parameters:
q-- Returns:
- Throws:
InternalErrorException
-
findAccounts
Operation findAccounts- Parameters:
filter-- Returns:
- Throws:
InternalErrorException
-
findFolders
Operation findFolders- Parameters:
filter-- Returns:
- Throws:
InternalErrorException
-
findVaultElementByText
Operation findVaultElementByText- Parameters:
filter-- Returns:
- Throws:
InternalErrorException
-
getChildren
Operation getChildren- Parameters:
parent-- Returns:
- Throws:
InternalErrorException
-
getChildren
Operation getChildren- Parameters:
parent-- Returns:
- Throws:
InternalErrorException
-
getPublicRootFolders
Operation getPublicRootFolders- Returns:
- Throws:
InternalErrorException
-
getRootFolders
Operation getRootFolders- Returns:
- Throws:
InternalErrorException
-
list
Operation list- Parameters:
folder-- Returns:
- Throws:
InternalErrorException
-
applyFolderPermissions
Operation applyFolderPermissions- Parameters:
permissions-- Throws:
InternalErrorException
-
remove
Operation remove- Parameters:
folder-- Throws:
InternalErrorException
-
remove
Operation remove- Parameters:
folder-- Throws:
InternalErrorException
-