|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditEventDetail
Interface for details of audit events.
AuditEvent| Field Summary | |
|---|---|
static java.lang.String |
TYPEStatic variable representing auditEventDetail object. |
| Method Summary | |
|---|---|
java.lang.String |
getChangeInformation()Gets the change information for this audit event in XML as a String. |
java.lang.String |
getNewSubjectState()Gets the new state of the changed subject, either effective or non-effective. |
java.lang.String |
getOldSubjectState()Gets the previous state of the changed subject, either effective or non-effective. |
| Methods inherited from interface oracle.iam.rm.temporal.SnapshotObject |
|---|
delete, delete, getAllAttributes, getAttributeValue, getDefaultTitle, getMixin, getObjectKey, getObjectType, getRelativeObjects, getRelativeObjects, getStructuralObject, getStructuralObjectType, getVersion, isEditable, makeReadConsistent, setAttributeValue, setAttributeValues, stateEquals, updateVersion |
| Field Detail |
|---|
static final java.lang.String TYPE
auditEventDetail object.
| Method Detail |
|---|
java.lang.String getChangeInformation()
String. This is a representation of changed attributes, including they attribute key, old value, and new value.java.lang.String getOldSubjectState()
effective or non-effective.String representing previous state of changed subject.java.lang.String getNewSubjectState()
effective or non-effective.String representing new state of changed subject.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||