Uses of Class
com.soffid.iam.am.api.VaultElement
Packages that use VaultElement
-
Uses of VaultElement in com.soffid.iam.am.api
Constructors in com.soffid.iam.am.api with parameters of type VaultElement -
Uses of VaultElement in com.soffid.iam.am.service
Methods in com.soffid.iam.am.service that return VaultElementModifier and TypeMethodDescriptionVaultService.create(VaultElement folder) Operation createVaultService.findVaultElement(long id) Operation findVaultElementVaultService.update(VaultElement folder) Operation updateMethods in com.soffid.iam.am.service that return types with arguments of type VaultElementModifier and TypeMethodDescriptionVaultService.findVaultElementByText(String filter) Operation findVaultElementByTextVaultService.getChildren(VaultElement parent) Operation getChildrenMethods in com.soffid.iam.am.service with parameters of type VaultElementModifier and TypeMethodDescriptionVaultService.create(VaultElement folder) Operation createVaultService.getChildren(VaultElement parent) Operation getChildrenvoidVaultService.remove(VaultElement folder) Operation removeVaultService.update(VaultElement folder) Operation update -
Uses of VaultElement in com.soffid.iam.am.service.ejb
Methods in com.soffid.iam.am.service.ejb that return VaultElementModifier and TypeMethodDescriptionVaultService.create(VaultElement folder) VaultService.findVaultElement(long id) VaultService.update(VaultElement folder) Methods in com.soffid.iam.am.service.ejb that return types with arguments of type VaultElementModifier and TypeMethodDescriptionVaultService.findVaultElementByText(String filter) VaultService.getChildren(VaultElement parent) Methods in com.soffid.iam.am.service.ejb with parameters of type VaultElementModifier and TypeMethodDescriptionVaultService.create(VaultElement folder) VaultService.getChildren(VaultElement parent) voidVaultService.remove(VaultElement folder) VaultService.update(VaultElement folder)