Package com.soffid.iam.am.api
Class VaultFolderPermissions
java.lang.Object
com.soffid.iam.am.api.VaultFolderPermissions
- All Implemented Interfaces:
Serializable
ValueObject VaultFolderPermissions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVaultFolderPermissions(VaultFolderPermissions otherBean) VaultFolderPermissions(Long vaultId, Vector<Object> grantee, Vector<VaultFolderAccountPermissions> accounts) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accountsGets value for attribute granteeGets value for attribute vaultIdvoidsetAccounts(Vector<VaultFolderAccountPermissions> accounts) Sets value for attribute accountsvoidsetGrantee(Vector<Object> grantee) Sets value for attribute granteevoidsetVaultId(Long vaultId) Sets value for attribute vaultIdtoString()Returns a string representation of the value object.
-
Constructor Details
-
VaultFolderPermissions
public VaultFolderPermissions() -
VaultFolderPermissions
public VaultFolderPermissions(Long vaultId, Vector<Object> grantee, Vector<VaultFolderAccountPermissions> accounts) -
VaultFolderPermissions
-
-
Method Details
-
getVaultId
Gets value for attribute vaultId -
setVaultId
Sets value for attribute vaultId -
getGrantee
Gets value for attribute grantee -
setGrantee
Sets value for attribute grantee -
getAccounts
Gets value for attribute accounts -
setAccounts
Sets value for attribute accounts -
toString
Returns a string representation of the value object.
-