Sun Identity Manager 8.1 Business Administrator's Guide

Querying the MBean for Additional Information

In JConsole, click the Operations tab. Use the sequence number in the notification to query the MBean for event details. Each of the operations are prefixed with ’get’ and the only parameter is the ’sequence’ number.

Figure 10–2 Querying the MBean for Additional Information in JConsole

Figure illustrating how to query MBeans for information
about events

The MBean is virtually a one-to-one mapping to the com.waveset.object.AuditEvent class. Table 10–19 provides a description for each attribute/operation that the MBean provides.

Table 10–19 MBeanInfo Attribute/Operation Descriptions

Attribute / Operation 

Description 

AccountAttributesBlob

The list of changed attributes 

AccountId

AccountId associated with the event 

Action

Action taken during the event 

AuditableAttributes

The Auditable attributes 

ErrorString

Any error string 

Interface

The Audit interface 

MemberObjectGroupRefs

The member object group references 

ObjectName

The object name 

ObjectType

The object type 

OverflowAttributes

All the overflow attributes 

Parameters

All the parameters 

Reason

The reason for the event 

ResourceName

Resource associated with the event 

RoleName

Role associated with the event 

SubjectName

User or service associated with the event 

Server

Name of the server from which the event fired 

Status

Status of the audit event 

Timestamp

Date/Time of the audit event 

In JConsole, click the Attributes tab. Attributes are prefixed with Current to indicate that the attribute contains the most recent audit event sent to the system.

Figure 10–3 Viewing MBean Attributes in JConsole

Figure illustrating how to view MBean Attributes in JConsole