Package oracle.iam.ida.vo
Class PolicyViolation
java.lang.Object
oracle.iam.platform.entitymgr.vo.AbstractEntity
oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
oracle.iam.ida.vo.PolicyViolation
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
static enum
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setAction
(PolicyViolation.Action action) void
setComment
(String comment) void
setDetectionCount
(int detectionCount) void
setPolicyId
(String policyId) void
setSeverity
(PolicyConstants.Severity severity) void
setStatus
(PolicyViolation.Status status) void
setTargetRoleId
(String targetRoleId) void
setTargetUserId
(String targetUserId) Methods inherited from class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
getCreate, getCreateById, getDescription, getName, getOwnerId, getUpdate, getUpdateById, isLocked, setDescription, setName, setOwnerId
Methods inherited from class oracle.iam.platform.entitymgr.vo.AbstractEntity
getAttribute, getAttributeNames, getAttributes, getEntityId, isChildEntity, setAttribute, toString
-
Field Details
-
ENTITY_TYPE
- See Also:
-
-
Constructor Details
-
PolicyViolation
-
PolicyViolation
public PolicyViolation()
-
-
Method Details
-
getEntityType
- Specified by:
getEntityType
in classAbstractEntity
-
setPolicyId
-
getPolicyId
-
setTargetUserId
-
getTargetUserId
-
setTargetRoleId
-
getTargetRoleId
-
setDetectionCount
public void setDetectionCount(int detectionCount) -
getDetectionCount
public int getDetectionCount() -
setStatus
-
getStatus
-
setAction
-
getAction
-
setComment
-
getComment
-
setSeverity
-
getSeverity
-
getPolicyName
-
getPolicyDescription
-
getPolicyCustomData
-
getTargetUserDisplayName
-
getTargetUserLogin
-
getTargetUserEmail
-
getTargetUserTitle
-
getTargetUserEmployeeNumber
-
getTargetUserManagerName
-
getTargetUserOrganizationName
-
getRemediatorUserId
-
getRemediatorUserDisplayName
-
getRemediatorRoleId
-
getRemediatorRoleDisplayName
-
getRemediatorAssignDate
-
getLastDetectedDate
-