CA Identity Manager
Java SDK r12.5 SP 8

 

com.netegrity.imapi
Interface AccessRoleEvent

All Superinterfaces:
IMEvent

public interface AccessRoleEvent
extends IMEvent

A base interface that certain Identity Manager event objects implement.

The implementing event object uses the getAccessRole() method it inherits to retrieve the AccessRole managed object in the event.

Since:
IdentityMinder 5.6

Method Summary
 AccessRole getAccessRole()
          Retrieves the AccessRole managed object in the event.
 
Methods inherited from interface com.netegrity.imapi.IMEvent
getDescription, getEventName, getSourceID, getSourceName, getSourceType, isSystemGenerated
 

Method Detail

getAccessRole

AccessRole getAccessRole()
                         throws java.lang.Exception
Retrieves the AccessRole managed object in the event.

Throws:
java.lang.Exception

CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.