Package com.soffid.iam.api
Class VaultFolder
- java.lang.Object
-
- com.soffid.iam.api.VaultFolder
-
- All Implemented Interfaces:
Serializable
public class VaultFolder extends Object implements Serializable
ValueObject VaultFolder- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VaultFolder()
VaultFolder(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)
VaultFolder(String name, boolean personal, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountAccessLevelEnum
getAccessLevel()
Gets value for attribute accessLevelString
getDescription()
Gets value for attribute descriptionCollection<String>
getGrantedGroups()
Gets value for attribute grantedGroupsCollection<String>
getGrantedRoles()
Gets value for attribute grantedRolesCollection<String>
getGrantedUsers()
Gets value for attribute grantedUsersLong
getId()
Gets value for attribute idCollection<String>
getManagerGroups()
Gets value for attribute managerGroupsCollection<String>
getManagerRoles()
Gets value for attribute managerRolesCollection<String>
getManagerUsers()
Gets value for attribute managerUsersString
getName()
Gets value for attribute nameCollection<String>
getNavigateGroups()
Gets value for attribute navigateGroupsCollection<String>
getNavigateRoles()
Gets value for attribute navigateRolesCollection<String>
getNavigateUsers()
Gets value for attribute navigateUsersCollection<String>
getOwnerGroups()
Gets value for attribute ownerGroupsCollection<String>
getOwnerRoles()
Gets value for attribute ownerRolesCollection<String>
getOwnerUsers()
Gets value for attribute ownerUsersString
getPamPolicy()
Gets value for attribute pamPolicyString
getParentFolder()
Gets value for attribute parentFolderLong
getParentId()
Gets value for attribute parentIdboolean
isPersonal()
Gets value for attribute personalvoid
setAccessLevel(AccountAccessLevelEnum accessLevel)
Sets value for attribute accessLevelvoid
setDescription(String description)
Sets value for attribute descriptionvoid
setGrantedGroups(Collection<String> grantedGroups)
Sets value for attribute grantedGroupsvoid
setGrantedRoles(Collection<String> grantedRoles)
Sets value for attribute grantedRolesvoid
setGrantedUsers(Collection<String> grantedUsers)
Sets value for attribute grantedUsersvoid
setId(Long id)
Sets value for attribute idvoid
setManagerGroups(Collection<String> managerGroups)
Sets value for attribute managerGroupsvoid
setManagerRoles(Collection<String> managerRoles)
Sets value for attribute managerRolesvoid
setManagerUsers(Collection<String> managerUsers)
Sets value for attribute managerUsersvoid
setName(String name)
Sets value for attribute namevoid
setNavigateGroups(Collection<String> navigateGroups)
Sets value for attribute navigateGroupsvoid
setNavigateRoles(Collection<String> navigateRoles)
Sets value for attribute navigateRolesvoid
setNavigateUsers(Collection<String> navigateUsers)
Sets value for attribute navigateUsersvoid
setOwnerGroups(Collection<String> ownerGroups)
Sets value for attribute ownerGroupsvoid
setOwnerRoles(Collection<String> ownerRoles)
Sets value for attribute ownerRolesvoid
setOwnerUsers(Collection<String> ownerUsers)
Sets value for attribute ownerUsersvoid
setPamPolicy(String pamPolicy)
Sets value for attribute pamPolicyvoid
setParentFolder(String parentFolder)
Sets value for attribute parentFoldervoid
setParentId(Long parentId)
Sets value for attribute parentIdvoid
setPersonal(boolean personal)
Sets value for attribute personalString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
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)
-
VaultFolder
public VaultFolder(VaultFolder otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
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
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getParentId
public Long getParentId()
Gets value for attribute parentId
-
setParentId
public void setParentId(Long parentId)
Sets value for attribute parentId
-
getParentFolder
public String getParentFolder()
Gets value for attribute parentFolder
-
setParentFolder
public void setParentFolder(String parentFolder)
Sets value for attribute parentFolder
-
getGrantedGroups
public Collection<String> getGrantedGroups()
Gets value for attribute grantedGroups
-
setGrantedGroups
public void setGrantedGroups(Collection<String> grantedGroups)
Sets value for attribute grantedGroups
-
getGrantedUsers
public Collection<String> getGrantedUsers()
Gets value for attribute grantedUsers
-
setGrantedUsers
public void setGrantedUsers(Collection<String> grantedUsers)
Sets value for attribute grantedUsers
-
getGrantedRoles
public Collection<String> getGrantedRoles()
Gets value for attribute grantedRoles
-
setGrantedRoles
public void setGrantedRoles(Collection<String> grantedRoles)
Sets value for attribute grantedRoles
-
getManagerGroups
public Collection<String> getManagerGroups()
Gets value for attribute managerGroups
-
setManagerGroups
public void setManagerGroups(Collection<String> managerGroups)
Sets value for attribute managerGroups
-
getManagerUsers
public Collection<String> getManagerUsers()
Gets value for attribute managerUsers
-
setManagerUsers
public void setManagerUsers(Collection<String> managerUsers)
Sets value for attribute managerUsers
-
getManagerRoles
public Collection<String> getManagerRoles()
Gets value for attribute managerRoles
-
setManagerRoles
public void setManagerRoles(Collection<String> managerRoles)
Sets value for attribute managerRoles
-
getOwnerGroups
public Collection<String> getOwnerGroups()
Gets value for attribute ownerGroups
-
setOwnerGroups
public void setOwnerGroups(Collection<String> ownerGroups)
Sets value for attribute ownerGroups
-
getOwnerUsers
public Collection<String> getOwnerUsers()
Gets value for attribute ownerUsers
-
setOwnerUsers
public void setOwnerUsers(Collection<String> ownerUsers)
Sets value for attribute ownerUsers
-
getOwnerRoles
public Collection<String> getOwnerRoles()
Gets value for attribute ownerRoles
-
setOwnerRoles
public void setOwnerRoles(Collection<String> ownerRoles)
Sets value for attribute ownerRoles
-
getNavigateGroups
public Collection<String> getNavigateGroups()
Gets value for attribute navigateGroups
-
setNavigateGroups
public void setNavigateGroups(Collection<String> navigateGroups)
Sets value for attribute navigateGroups
-
getNavigateUsers
public Collection<String> getNavigateUsers()
Gets value for attribute navigateUsers
-
setNavigateUsers
public void setNavigateUsers(Collection<String> navigateUsers)
Sets value for attribute navigateUsers
-
getNavigateRoles
public Collection<String> getNavigateRoles()
Gets value for attribute navigateRoles
-
setNavigateRoles
public void setNavigateRoles(Collection<String> navigateRoles)
Sets value for attribute navigateRoles
-
getAccessLevel
public AccountAccessLevelEnum getAccessLevel()
Gets value for attribute accessLevel
-
setAccessLevel
public void setAccessLevel(AccountAccessLevelEnum accessLevel)
Sets value for attribute accessLevel
-
getPamPolicy
public String getPamPolicy()
Gets value for attribute pamPolicy
-
setPamPolicy
public void setPamPolicy(String pamPolicy)
Sets value for attribute pamPolicy
-
-