|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.oimcommon.vo.UserRoleAssignment
public class UserRoleAssignment
| Constructor Summary | |
|---|---|
UserRoleAssignment() |
|
| Method Summary | |
|---|---|
java.util.Date |
getEndAssociationDate() |
java.lang.Integer |
getItemRisk()Gets risk-level of this account, in and of itself. |
java.lang.Integer |
getLastCertificationDecision()Gets the most recent certification-decision (within the same type of Certification) for this Account. |
java.lang.Integer |
getLastCertRisk()Gets risk associated with lastCertDecision |
java.lang.Boolean |
getOpenSod()Gets if any open SOD violation involves this Account. |
java.lang.Long |
getProvisionedBy() |
java.lang.Integer |
getProvisioningMethod()Gets the type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account. |
java.lang.Integer |
getProvMechRisk()Gets risk associated with provisioningMethod |
java.util.Date |
getRiskUpdateDate()Gets the date when risk was most recently calculated for this Account object. |
java.lang.Long |
getRoleId() |
java.lang.Integer |
getSODRisk() |
java.lang.Integer |
getSummaryRisk()Gets overall risk of the account, calculated by Risk-Aggregation Job. |
java.lang.Long |
getUserId() |
void |
setEndAssociationDate(java.util.Date endAssociationDate) |
void |
setItemRisk(java.lang.Integer itemRisk)Sets the item risk for account |
void |
setLastCertificationDecision(java.lang.Integer lastCertificationDecision)Sets the most recent certification-decision (within the same type of Certification) for this Account. |
void |
setLastCertRisk(java.lang.Integer risk)Sets risk associated with lastCertDecision |
void |
setOpenSod(java.lang.Boolean openSod)Sets if any open SOD violation involves this account |
void |
setProvisionedBy(java.lang.Long provisionedBy) |
void |
setProvisioningMethod(java.lang.Integer provisioningMethod)Sets the type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account. |
void |
setProvMechRisk(java.lang.Integer risk)Sets risk associated with provisioningMethod |
void |
setRiskUpdateDate(java.util.Date riskUpdateDate)Sets the date when risk was most recently calculated for this account object |
void |
setRoleId(java.lang.Long roleId) |
void |
setSODRisk(java.lang.Integer tmpRisk) |
void |
setSummaryRisk(java.lang.Integer summaryRisk)Sets the summary risk for account |
void |
setUserId(java.lang.Long userId) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserRoleAssignment()
| Method Detail |
|---|
public java.lang.Long getUserId()
public void setUserId(java.lang.Long userId)
public java.lang.Long getRoleId()
public void setRoleId(java.lang.Long roleId)
public java.lang.Integer getSummaryRisk()
public void setSummaryRisk(java.lang.Integer summaryRisk)
summaryRisk - Summary Risk for accountpublic java.lang.Integer getItemRisk()
public void setItemRisk(java.lang.Integer itemRisk)
itemRisk - Item risk for accountpublic java.lang.Integer getSODRisk()
public void setSODRisk(java.lang.Integer tmpRisk)
public java.lang.Integer getLastCertRisk()
public void setLastCertRisk(java.lang.Integer risk)
risk -public java.lang.Integer getProvMechRisk()
public void setProvMechRisk(java.lang.Integer risk)
risk -public java.util.Date getRiskUpdateDate()
public void setRiskUpdateDate(java.util.Date riskUpdateDate)
riskUpdateDate - Date when the risk was last calculated for this accountpublic java.lang.Boolean getOpenSod()
public void setOpenSod(java.lang.Boolean openSod)
openSod - True if any open SOD violation involves this accountpublic java.lang.Integer getLastCertificationDecision()
public void setLastCertificationDecision(java.lang.Integer lastCertificationDecision)
lastCertificationDecision - Most recent certification-decision (within the same type of Certification) for this Account.public java.lang.Integer getProvisioningMethod()
public void setProvisioningMethod(java.lang.Integer provisioningMethod)
provisioningMethod - The type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.public void setEndAssociationDate(java.util.Date endAssociationDate)
public java.util.Date getEndAssociationDate()
public void setProvisionedBy(java.lang.Long provisionedBy)
public java.lang.Long getProvisionedBy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||