Skip navigation links


oracle.iam.oimcommon.vo
Class UserRoleAssignment

java.lang.Object
  extended by oracle.iam.oimcommon.vo.UserRoleAssignment

All Implemented Interfaces:
java.io.Serializable

public class UserRoleAssignment
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

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

UserRoleAssignment

public UserRoleAssignment()

Method Detail

getUserId

public java.lang.Long getUserId()

setUserId

public void setUserId(java.lang.Long userId)

getRoleId

public java.lang.Long getRoleId()

setRoleId

public void setRoleId(java.lang.Long roleId)

getSummaryRisk

public java.lang.Integer getSummaryRisk()
Gets overall risk of the account, calculated by Risk-Aggregation Job.
Returns:
Summary risk for account

setSummaryRisk

public void setSummaryRisk(java.lang.Integer summaryRisk)
Sets the summary risk for account
Parameters:
summaryRisk - Summary Risk for account

getItemRisk

public java.lang.Integer 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

public void setItemRisk(java.lang.Integer itemRisk)
Sets the item risk for account
Parameters:
itemRisk - Item risk for account

getSODRisk

public java.lang.Integer getSODRisk()

setSODRisk

public void setSODRisk(java.lang.Integer tmpRisk)

getLastCertRisk

public java.lang.Integer getLastCertRisk()
Gets risk associated with lastCertDecision
Returns:
risk

setLastCertRisk

public void setLastCertRisk(java.lang.Integer risk)
Sets risk associated with lastCertDecision
Parameters:
risk -

getProvMechRisk

public java.lang.Integer getProvMechRisk()
Gets risk associated with provisioningMethod
Returns:
risk

setProvMechRisk

public void setProvMechRisk(java.lang.Integer risk)
Sets risk associated with provisioningMethod
Parameters:
risk -

getRiskUpdateDate

public java.util.Date 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

public void setRiskUpdateDate(java.util.Date riskUpdateDate)
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

public java.lang.Boolean getOpenSod()
Gets if any open SOD violation involves this Account.
Returns:
True if any open SOD violation involves this Account.

setOpenSod

public void setOpenSod(java.lang.Boolean openSod)
Sets if any open SOD violation involves this account
Parameters:
openSod - True if any open SOD violation involves this account

getLastCertificationDecision

public java.lang.Integer 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

public void setLastCertificationDecision(java.lang.Integer lastCertificationDecision)
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

public java.lang.Integer 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

public 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.
Parameters:
provisioningMethod - The type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.

setEndAssociationDate

public void setEndAssociationDate(java.util.Date endAssociationDate)

getEndAssociationDate

public java.util.Date getEndAssociationDate()

setProvisionedBy

public void setProvisionedBy(java.lang.Long provisionedBy)

getProvisionedBy

public java.lang.Long getProvisionedBy()

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.