Package com.soffid.iam.iga.api
Class RoleGrant
java.lang.Object
com.soffid.iam.iga.api.RoleGrant
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RoleGrantHierarchy
ValueObject RoleGrant
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRoleGrant(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) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute attributesGets value for attribute domainDescriptionGets value for attribute domainValueGets value for attribute endDateGets value for attribute holderGroupgetId()Gets value for attribute idGets value for attribute informationSystemGets value for attribute mandatoryGets value for attribute ownerAccountNameGets value for attribute ownerGroupGets value for attribute ownerInformationSystemGets value for attribute ownerRolDomainValueGets value for attribute ownerRoleGets value for attribute ownerRoleDescriptionGets value for attribute ownerRoleNameGets value for attribute ownerSystemGets value for attribute roleDescriptionGets value for attribute roleIdGets value for attribute roleNameGets value for attribute startDateGets value for attribute statusGets value for attribute systemgetUser()Gets value for attribute userbooleanGets value for attribute enabledbooleanGets value for attribute hasDomainvoidsetAttributes(Map<String, Object> attributes) Sets value for attribute attributesvoidsetDomainDescription(String domainDescription) Sets value for attribute domainDescriptionvoidsetDomainValue(String domainValue) Sets value for attribute domainValuevoidsetEnabled(boolean enabled) Sets value for attribute enabledvoidsetEndDate(Date endDate) Sets value for attribute endDatevoidsetHasDomain(boolean hasDomain) Sets value for attribute hasDomainvoidsetHolderGroup(String holderGroup) Sets value for attribute holderGroupvoidSets value for attribute idvoidsetInformationSystem(String informationSystem) Sets value for attribute informationSystemvoidsetMandatory(Boolean mandatory) Sets value for attribute mandatoryvoidsetOwnerAccountName(String ownerAccountName) Sets value for attribute ownerAccountNamevoidsetOwnerGroup(String ownerGroup) Sets value for attribute ownerGroupvoidsetOwnerInformationSystem(String ownerInformationSystem) Sets value for attribute ownerInformationSystemvoidsetOwnerRolDomainValue(String ownerRolDomainValue) Sets value for attribute ownerRolDomainValuevoidsetOwnerRole(Long ownerRole) Sets value for attribute ownerRolevoidsetOwnerRoleDescription(String ownerRoleDescription) Sets value for attribute ownerRoleDescriptionvoidsetOwnerRoleName(String ownerRoleName) Sets value for attribute ownerRoleNamevoidsetOwnerSystem(String ownerSystem) Sets value for attribute ownerSystemvoidsetRoleDescription(String roleDescription) Sets value for attribute roleDescriptionvoidSets value for attribute roleIdvoidsetRoleName(String roleName) Sets value for attribute roleNamevoidsetStartDate(Date startDate) Sets value for attribute startDatevoidsetStatus(RoleDependencyStatus status) Sets value for attribute statusvoidSets value for attribute systemvoidSets value for attribute usertoString()Returns a string representation of the value object.
-
Constructor Details
-
RoleGrant
public RoleGrant() -
RoleGrant
public RoleGrant(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) -
RoleGrant
-
RoleGrant
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getRoleId
Gets value for attribute roleId -
setRoleId
Sets value for attribute roleId -
getRoleName
Gets value for attribute roleName -
setRoleName
Sets value for attribute roleName -
getRoleDescription
Gets value for attribute roleDescription -
setRoleDescription
Sets value for attribute roleDescription -
getSystem
Gets value for attribute system -
setSystem
Sets value for attribute system -
getInformationSystem
Gets value for attribute informationSystem -
setInformationSystem
Sets value for attribute informationSystem -
isHasDomain
public boolean isHasDomain()Gets value for attribute hasDomain -
setHasDomain
public void setHasDomain(boolean hasDomain) Sets value for attribute hasDomain -
getDomainValue
Gets value for attribute domainValue -
setDomainValue
Sets value for attribute domainValue -
getDomainDescription
Gets value for attribute domainDescription -
setDomainDescription
Sets value for attribute domainDescription -
getOwnerAccountName
Gets value for attribute ownerAccountName -
setOwnerAccountName
Sets value for attribute ownerAccountName -
getOwnerInformationSystem
Gets value for attribute ownerInformationSystem -
setOwnerInformationSystem
Sets value for attribute ownerInformationSystem -
getOwnerSystem
Gets value for attribute ownerSystem -
setOwnerSystem
Sets value for attribute ownerSystem -
getOwnerGroup
Gets value for attribute ownerGroup -
setOwnerGroup
Sets value for attribute ownerGroup -
getOwnerRole
Gets value for attribute ownerRole -
setOwnerRole
Sets value for attribute ownerRole -
getOwnerRolDomainValue
Gets value for attribute ownerRolDomainValue -
setOwnerRolDomainValue
Sets value for attribute ownerRolDomainValue -
getOwnerRoleName
Gets value for attribute ownerRoleName -
setOwnerRoleName
Sets value for attribute ownerRoleName -
getOwnerRoleDescription
Gets value for attribute ownerRoleDescription -
setOwnerRoleDescription
Sets value for attribute ownerRoleDescription -
getUser
Gets value for attribute user -
setUser
Sets value for attribute user -
getStartDate
Gets value for attribute startDate -
setStartDate
Sets value for attribute startDate -
getEndDate
Gets value for attribute endDate -
setEndDate
Sets value for attribute endDate -
isEnabled
public boolean isEnabled()Gets value for attribute enabled -
setEnabled
public void setEnabled(boolean enabled) Sets value for attribute enabled -
getHolderGroup
Gets value for attribute holderGroup -
setHolderGroup
Sets value for attribute holderGroup -
getStatus
Gets value for attribute status -
setStatus
Sets value for attribute status -
getMandatory
Gets value for attribute mandatory -
setMandatory
Sets value for attribute mandatory -
getAttributes
Gets value for attribute attributes -
setAttributes
Sets value for attribute attributes -
toString
Returns a string representation of the value object.
-