Package com.soffid.iam.iga.api
Class RoleGrantHierarchy
java.lang.Object
com.soffid.iam.iga.api.RoleGrant
com.soffid.iam.iga.api.RoleGrantHierarchy
- All Implemented Interfaces:
Serializable
ValueObject RoleGrantHierarchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRoleGrantHierarchy(RoleGrantHierarchy otherBean) RoleGrantHierarchy(Long id, Long roleId, String roleName, String roleDescription, String system, String informationSystem, boolean hasDomain, String domainValue, String domainDescription, String ownerAccountName, String ownerInformationSystem, String ownerSystem, String ownerGroup, Long ownerRole, String ownerRolDomainValue, String ownerRoleName, String ownerRoleDescription, String user, Date startDate, Date endDate, boolean enabled, String holderGroup, RoleDependencyStatus status, Boolean mandatory, Map<String, Object> attributes, String ruleName, String ruleDescription, String groupName, String groupDescription, String accountName, String accountDescription, List<RoleGrantHierarchy> nested) RoleGrantHierarchy(Long roleId, String roleName, String system, boolean hasDomain, boolean enabled) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accountDescriptionGets value for attribute accountNameGets value for attribute groupDescriptionGets value for attribute groupNameGets value for attribute nestedGets value for attribute ruleDescriptionGets value for attribute ruleNamevoidsetAccountDescription(String accountDescription) Sets value for attribute accountDescriptionvoidsetAccountName(String accountName) Sets value for attribute accountNamevoidsetGroupDescription(String groupDescription) Sets value for attribute groupDescriptionvoidsetGroupName(String groupName) Sets value for attribute groupNamevoidsetNested(List<RoleGrantHierarchy> nested) Sets value for attribute nestedvoidsetRuleDescription(String ruleDescription) Sets value for attribute ruleDescriptionvoidsetRuleName(String ruleName) Sets value for attribute ruleNametoString()Returns a string representation of the value object.Methods inherited from class com.soffid.iam.iga.api.RoleGrant
getAttributes, getDomainDescription, getDomainValue, getEndDate, getHolderGroup, getId, getInformationSystem, getMandatory, getOwnerAccountName, getOwnerGroup, getOwnerInformationSystem, getOwnerRolDomainValue, getOwnerRole, getOwnerRoleDescription, getOwnerRoleName, getOwnerSystem, getRoleDescription, getRoleId, getRoleName, getStartDate, getStatus, getSystem, getUser, isEnabled, isHasDomain, setAttributes, setDomainDescription, setDomainValue, setEnabled, setEndDate, setHasDomain, setHolderGroup, setId, setInformationSystem, setMandatory, setOwnerAccountName, setOwnerGroup, setOwnerInformationSystem, setOwnerRolDomainValue, setOwnerRole, setOwnerRoleDescription, setOwnerRoleName, setOwnerSystem, setRoleDescription, setRoleId, setRoleName, setStartDate, setStatus, setSystem, setUser
-
Constructor Details
-
RoleGrantHierarchy
public RoleGrantHierarchy() -
RoleGrantHierarchy
public RoleGrantHierarchy(Long id, Long roleId, String roleName, String roleDescription, String system, String informationSystem, boolean hasDomain, String domainValue, String domainDescription, String ownerAccountName, String ownerInformationSystem, String ownerSystem, String ownerGroup, Long ownerRole, String ownerRolDomainValue, String ownerRoleName, String ownerRoleDescription, String user, Date startDate, Date endDate, boolean enabled, String holderGroup, RoleDependencyStatus status, Boolean mandatory, Map<String, Object> attributes, String ruleName, String ruleDescription, String groupName, String groupDescription, String accountName, String accountDescription, List<RoleGrantHierarchy> nested) -
RoleGrantHierarchy
-
RoleGrantHierarchy
-
-
Method Details
-
getRuleName
Gets value for attribute ruleName -
setRuleName
Sets value for attribute ruleName -
getRuleDescription
Gets value for attribute ruleDescription -
setRuleDescription
Sets value for attribute ruleDescription -
getGroupName
Gets value for attribute groupName -
setGroupName
Sets value for attribute groupName -
getGroupDescription
Gets value for attribute groupDescription -
setGroupDescription
Sets value for attribute groupDescription -
getAccountName
Gets value for attribute accountName -
setAccountName
Sets value for attribute accountName -
getAccountDescription
Gets value for attribute accountDescription -
setAccountDescription
Sets value for attribute accountDescription -
getNested
Gets value for attribute nested -
setNested
Sets value for attribute nested -
toString
Returns a string representation of the value object.
-