Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


oracle.iam.rm.server_api.model
Interface ServerAuditSummary

All Superinterfaces:
java.io.Serializable

public interface ServerAuditSummary
extends java.io.Serializable

Interface for read-only audit summary information returned from the server.


Method Summary
 java.lang.Long getCreated()
          Gets the creation date of the Entity that returned this ServerAuditSummary.
 java.lang.String getCreatedBy()
          Gets the display name of the identity representing the creator of the Entity that returned this ServerAuditSummary.
 EntityKey getEntityKey()
          Gets the key for the Entity related to this ServerAuditSummary.
 java.lang.Long getLastUpdated()
          Gets the last update time of this entity.
 java.lang.String getLastUpdatedBy()
          Gets the display name of the identity that updated this entity.

 

Method Detail

getEntityKey

EntityKey getEntityKey()
Gets the key for the Entity related to this ServerAuditSummary.
Returns:
EntityKey of the Entity related to this ServerAuditSummary.

getCreated

java.lang.Long getCreated()
Gets the creation date of the Entity that returned this ServerAuditSummary.
Returns:
long value representing the the date and time that this entity was created or null if it not known.

getCreatedBy

java.lang.String getCreatedBy()
Gets the display name of the identity representing the creator of the Entity that returned this ServerAuditSummary.
Returns:
String representing the display name of the identity that created this entity.

getLastUpdated

java.lang.Long getLastUpdated()
Gets the last update time of this entity.
Returns:
long value representing the date and time that this entity was last updated or null if it not known.

getLastUpdatedBy

java.lang.String getLastUpdatedBy()
Gets the display name of the identity that updated this entity.
Returns:
String representing the display name of the identity that updated this entity.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Copyright © 2007, 2008 Oracle. All Rights Reserved.