com.atlassian.crowd.event
Class DirectoryEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.crowd.event.DirectoryEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DirectoryCreatedEvent, DirectoryDeletedEvent, DirectoryUpdatedEvent, GroupCreatedEvent, GroupDeletedEvent, GroupMembershipCreatedEvent, GroupMembershipDeletedEvent, GroupUpdatedEvent, PrincipalAuthenticationFailedInvalidAuthenticationEvent, PrincipalCreatedEvent, PrincipalCredentialUpdatedEvent, PrincipalDeletedEvent, PrincipalUpdatedEvent, RoleCreatedEvent, RoleDeletedEvent, RoleMembershipCreatedEvent, RoleMembershipDeletedEvent, RoleUpdatedEvent

public abstract class DirectoryEvent
extends com.atlassian.event.Event

An Event that represents any operation on a Directory going via the DirectoryManager. These events correspond to operations performed via Crowd (eg. Crowd Console, Crowd connected applications).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DirectoryEvent(java.lang.Object source, Directory directory)
           
 
Method Summary
 Directory getDirectory()
           
 
Methods inherited from class com.atlassian.event.Event
equals, hashCode
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryEvent

public DirectoryEvent(java.lang.Object source,
                      Directory directory)
Method Detail

getDirectory

public Directory getDirectory()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.