Uses of Class
com.soffid.iam.api.VaultElement
-
Packages that use VaultElement Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb -
-
Uses of VaultElement in com.soffid.iam.api
Constructors in com.soffid.iam.api with parameters of type VaultElement Constructor Description VaultElement(VaultElement otherBean) -
Uses of VaultElement in com.soffid.iam.service
Methods in com.soffid.iam.service that return VaultElement Modifier and Type Method Description VaultElementVaultService. create(VaultElement folder)Operation createVaultElementVaultService. findVaultElement(long id)Operation findVaultElementVaultElementVaultService. update(VaultElement folder)Operation updateMethods in com.soffid.iam.service that return types with arguments of type VaultElement Modifier and Type Method Description List<VaultElement>VaultService. findVaultElementByText(String filter)Operation findVaultElementByTextList<VaultElement>VaultService. getChildren(VaultElement parent)Operation getChildrenMethods in com.soffid.iam.service with parameters of type VaultElement Modifier and Type Method Description VaultElementVaultService. create(VaultElement folder)Operation createList<VaultElement>VaultService. getChildren(VaultElement parent)Operation getChildrenvoidVaultService. remove(VaultElement folder)Operation removeVaultElementVaultService. update(VaultElement folder)Operation update -
Uses of VaultElement in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return VaultElement Modifier and Type Method Description VaultElementVaultService. create(VaultElement folder)VaultElementVaultService. findVaultElement(long id)VaultElementVaultService. update(VaultElement folder)Methods in com.soffid.iam.service.ejb that return types with arguments of type VaultElement Modifier and Type Method Description List<VaultElement>VaultService. findVaultElementByText(String filter)List<VaultElement>VaultService. getChildren(VaultElement parent)Methods in com.soffid.iam.service.ejb with parameters of type VaultElement Modifier and Type Method Description VaultElementVaultService. create(VaultElement folder)List<VaultElement>VaultService. getChildren(VaultElement parent)voidVaultService. remove(VaultElement folder)VaultElementVaultService. update(VaultElement folder)
-