Package com.soffid.iam.am.api
Class VaultFolder
java.lang.Object
com.soffid.iam.am.api.VaultFolder
- All Implemented Interfaces:
Serializable
ValueObject VaultFolder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVaultFolder(VaultFolder otherBean) VaultFolder(Long id, String name, boolean personal, String description, Long parentId, String parentFolder, Collection<String> grantedGroups, Collection<String> grantedUsers, Collection<String> grantedRoles, Collection<String> managerGroups, Collection<String> managerUsers, Collection<String> managerRoles, Collection<String> ownerGroups, Collection<String> ownerUsers, Collection<String> ownerRoles, Collection<String> navigateGroups, Collection<String> navigateUsers, Collection<String> navigateRoles, AccountAccessLevelEnum accessLevel, String pamPolicy, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) VaultFolder(String name, boolean personal, String description) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accessLevelGets value for attribute createdByGets value for attribute createdOnGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute descriptionGets value for attribute grantedGroupsGets value for attribute grantedRolesGets value for attribute grantedUsersgetId()Gets value for attribute idGets value for attribute managerGroupsGets value for attribute managerRolesGets value for attribute managerUsersgetName()Gets value for attribute nameGets value for attribute navigateGroupsGets value for attribute navigateRolesGets value for attribute navigateUsersGets value for attribute ownerGroupsGets value for attribute ownerRolesGets value for attribute ownerUsersGets value for attribute pamPolicyGets value for attribute parentFolderGets value for attribute parentIdGets value for attribute updatedByGets value for attribute updatedOnbooleanGets value for attribute personalvoidsetAccessLevel(AccountAccessLevelEnum accessLevel) Sets value for attribute accessLevelvoidsetCreatedBy(String createdBy) Sets value for attribute createdByvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidsetDescription(String description) Sets value for attribute descriptionvoidsetGrantedGroups(Collection<String> grantedGroups) Sets value for attribute grantedGroupsvoidsetGrantedRoles(Collection<String> grantedRoles) Sets value for attribute grantedRolesvoidsetGrantedUsers(Collection<String> grantedUsers) Sets value for attribute grantedUsersvoidSets value for attribute idvoidsetManagerGroups(Collection<String> managerGroups) Sets value for attribute managerGroupsvoidsetManagerRoles(Collection<String> managerRoles) Sets value for attribute managerRolesvoidsetManagerUsers(Collection<String> managerUsers) Sets value for attribute managerUsersvoidSets value for attribute namevoidsetNavigateGroups(Collection<String> navigateGroups) Sets value for attribute navigateGroupsvoidsetNavigateRoles(Collection<String> navigateRoles) Sets value for attribute navigateRolesvoidsetNavigateUsers(Collection<String> navigateUsers) Sets value for attribute navigateUsersvoidsetOwnerGroups(Collection<String> ownerGroups) Sets value for attribute ownerGroupsvoidsetOwnerRoles(Collection<String> ownerRoles) Sets value for attribute ownerRolesvoidsetOwnerUsers(Collection<String> ownerUsers) Sets value for attribute ownerUsersvoidsetPamPolicy(String pamPolicy) Sets value for attribute pamPolicyvoidsetParentFolder(String parentFolder) Sets value for attribute parentFoldervoidsetParentId(Long parentId) Sets value for attribute parentIdvoidsetPersonal(boolean personal) Sets value for attribute personalvoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOntoString()Returns a string representation of the value object.
-
Constructor Details
-
VaultFolder
public VaultFolder() -
VaultFolder
public VaultFolder(Long id, String name, boolean personal, String description, Long parentId, String parentFolder, Collection<String> grantedGroups, Collection<String> grantedUsers, Collection<String> grantedRoles, Collection<String> managerGroups, Collection<String> managerUsers, Collection<String> managerRoles, Collection<String> ownerGroups, Collection<String> ownerUsers, Collection<String> ownerRoles, Collection<String> navigateGroups, Collection<String> navigateUsers, Collection<String> navigateRoles, AccountAccessLevelEnum accessLevel, String pamPolicy, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
VaultFolder
-
VaultFolder
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
isPersonal
public boolean isPersonal()Gets value for attribute personal -
setPersonal
public void setPersonal(boolean personal) Sets value for attribute personal -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getParentId
Gets value for attribute parentId -
setParentId
Sets value for attribute parentId -
getParentFolder
Gets value for attribute parentFolder -
setParentFolder
Sets value for attribute parentFolder -
getGrantedGroups
Gets value for attribute grantedGroups -
setGrantedGroups
Sets value for attribute grantedGroups -
getGrantedUsers
Gets value for attribute grantedUsers -
setGrantedUsers
Sets value for attribute grantedUsers -
getGrantedRoles
Gets value for attribute grantedRoles -
setGrantedRoles
Sets value for attribute grantedRoles -
getManagerGroups
Gets value for attribute managerGroups -
setManagerGroups
Sets value for attribute managerGroups -
getManagerUsers
Gets value for attribute managerUsers -
setManagerUsers
Sets value for attribute managerUsers -
getManagerRoles
Gets value for attribute managerRoles -
setManagerRoles
Sets value for attribute managerRoles -
getOwnerGroups
Gets value for attribute ownerGroups -
setOwnerGroups
Sets value for attribute ownerGroups -
getOwnerUsers
Gets value for attribute ownerUsers -
setOwnerUsers
Sets value for attribute ownerUsers -
getOwnerRoles
Gets value for attribute ownerRoles -
setOwnerRoles
Sets value for attribute ownerRoles -
getAccessLevel
Gets value for attribute accessLevel -
setAccessLevel
Sets value for attribute accessLevel -
getPamPolicy
Gets value for attribute pamPolicy -
setPamPolicy
Sets value for attribute pamPolicy -
getCreatedOn
Gets value for attribute createdOn -
setCreatedOn
Sets value for attribute createdOn -
getCreatedBy
Gets value for attribute createdBy -
setCreatedBy
Sets value for attribute createdBy -
getUpdatedOn
Gets value for attribute updatedOn -
setUpdatedOn
Sets value for attribute updatedOn -
getUpdatedBy
Gets value for attribute updatedBy -
setUpdatedBy
Sets value for attribute updatedBy -
getDeletedOn
Gets value for attribute deletedOn -
setDeletedOn
Sets value for attribute deletedOn -
getDeletedBy
Gets value for attribute deletedBy -
setDeletedBy
Sets value for attribute deletedBy -
toString
Returns a string representation of the value object.
-