Package oracle.iam.oimcommon.vo
Class UserRoleAssignment
java.lang.Object
oracle.iam.oimcommon.vo.UserRoleAssignment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets risk-level of this account, in and of itself.Gets the most recent certification-decision (within the same type of Certification) for this Account.Gets risk associated with lastCertDecisionGets if any open SOD violation involves this Account.Gets the type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.Gets risk associated with provisioningMethodGets the date when risk was most recently calculated for this Account object.Gets overall risk of the account, calculated by Risk-Aggregation Job.void
setEndAssociationDate
(Date endAssociationDate) void
setItemRisk
(Integer itemRisk) Sets the item risk for accountvoid
setLastCertificationDecision
(Integer lastCertificationDecision) Sets the most recent certification-decision (within the same type of Certification) for this Account.void
setLastCertRisk
(Integer risk) Sets risk associated with lastCertDecisionvoid
setOpenSod
(Boolean openSod) Sets if any open SOD violation involves this accountvoid
setProvisionedBy
(Long provisionedBy) void
setProvisioningMethod
(Integer provisioningMethod) Sets the type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.void
setProvMechRisk
(Integer risk) Sets risk associated with provisioningMethodvoid
setRiskUpdateDate
(Date riskUpdateDate) Sets the date when risk was most recently calculated for this account objectvoid
void
setSODRisk
(Integer tmpRisk) void
setSummaryRisk
(Integer summaryRisk) Sets the summary risk for accountvoid
-
Constructor Details
-
UserRoleAssignment
public UserRoleAssignment()
-
-
Method Details
-
getUserId
-
setUserId
-
getRoleId
-
setRoleId
-
getSummaryRisk
Gets overall risk of the account, calculated by Risk-Aggregation Job.- Returns:
- Summary risk for account
-
setSummaryRisk
Sets the summary risk for account- Parameters:
summaryRisk
- Summary Risk for account
-
getItemRisk
Gets risk-level of this account, in and of itself. Drawn from the item-risk of the corresponding Resource (Application-Instance)- Returns:
- Item risk for account
-
setItemRisk
Sets the item risk for account- Parameters:
itemRisk
- Item risk for account
-
getSODRisk
-
setSODRisk
-
getLastCertRisk
Gets risk associated with lastCertDecision- Returns:
- risk
-
setLastCertRisk
Sets risk associated with lastCertDecision- Parameters:
risk
-
-
getProvMechRisk
Gets risk associated with provisioningMethod- Returns:
- risk
-
setProvMechRisk
Sets risk associated with provisioningMethod- Parameters:
risk
-
-
getRiskUpdateDate
Gets the date when risk was most recently calculated for this Account object.- Returns:
- Date when the risk was last calculated for this account
-
setRiskUpdateDate
Sets the date when risk was most recently calculated for this account object- Parameters:
riskUpdateDate
- Date when the risk was last calculated for this account
-
getOpenSod
Gets if any open SOD violation involves this Account.- Returns:
- True if any open SOD violation involves this Account.
-
setOpenSod
Sets if any open SOD violation involves this account- Parameters:
openSod
- True if any open SOD violation involves this account
-
getLastCertificationDecision
Gets the most recent certification-decision (within the same type of Certification) for this Account.- Returns:
- Most recent certification-decision (within the same type of Certification) for this Account.
-
setLastCertificationDecision
Sets the most recent certification-decision (within the same type of Certification) for this Account.- Parameters:
lastCertificationDecision
- Most recent certification-decision (within the same type of Certification) for this Account.
-
getProvisioningMethod
Gets the type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.- Returns:
- The type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.
-
setProvisioningMethod
Sets the type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.- Parameters:
provisioningMethod
- The type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.
-
setEndAssociationDate
-
getEndAssociationDate
-
setProvisionedBy
-
getProvisionedBy
-