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 VaultElement
VaultService. create(VaultElement folder)
Operation createVaultElement
VaultService. findVaultElement(long id)
Operation findVaultElementVaultElement
VaultService. 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 VaultElement
VaultService. create(VaultElement folder)
Operation createList<VaultElement>
VaultService. getChildren(VaultElement parent)
Operation getChildrenvoid
VaultService. remove(VaultElement folder)
Operation removeVaultElement
VaultService. 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 VaultElement
VaultService. create(VaultElement folder)
VaultElement
VaultService. findVaultElement(long id)
VaultElement
VaultService. 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 VaultElement
VaultService. create(VaultElement folder)
List<VaultElement>
VaultService. getChildren(VaultElement parent)
void
VaultService. remove(VaultElement folder)
VaultElement
VaultService. update(VaultElement folder)
-