Uses of Class
com.atlassian.crowd.event.Event

Packages that use Event
com.atlassian.crowd.event   
com.atlassian.crowd.event.application   
com.atlassian.crowd.event.directory   
com.atlassian.crowd.event.group   
com.atlassian.crowd.event.migration   
com.atlassian.crowd.event.monitor   
com.atlassian.crowd.event.monitor.poller   
com.atlassian.crowd.event.remote   
com.atlassian.crowd.event.remote.group   
com.atlassian.crowd.event.remote.principal   
com.atlassian.crowd.event.role   
com.atlassian.crowd.event.token   
com.atlassian.crowd.event.user   
 

Uses of Event in com.atlassian.crowd.event
 

Subclasses of Event in com.atlassian.crowd.event
 class DirectoryEvent
          An Event that represents any operation on a Directory going via the DirectoryManager.
 class LicenseResourceLimitEvent
          This event will be used if a Crowd instance is nearing its resource limit.
 class XWorkStateChangeEvent
          Event for XWork - Webwork change events
 

Uses of Event in com.atlassian.crowd.event.application
 

Subclasses of Event in com.atlassian.crowd.event.application
 class ApplicationAuthenticatedEvent
           
 class ApplicationReadyEvent
          This event is fired when the application has started and is ready.
 

Uses of Event in com.atlassian.crowd.event.directory
 

Subclasses of Event in com.atlassian.crowd.event.directory
 class DirectoryCreatedEvent
           
 class DirectoryDeletedEvent
           
 class DirectoryUpdatedEvent
           
 class RemoteDirectorySynchronisedEvent
          This event is designed to be thrown by a SynchronisableDirectory after it has completed synchronising its cache.
 

Uses of Event in com.atlassian.crowd.event.group
 

Subclasses of Event in com.atlassian.crowd.event.group
 class AutoGroupCreatedEvent
          Group was automatically created.
 class AutoGroupMembershipCreatedEvent
           
 class AutoGroupMembershipDeletedEvent
           
 class GroupAttributeDeletedEvent
          An Event that represents the deletion of an attibute against a Group
 class GroupAttributeStoredEvent
          An Event that represents the creation of a atrributes against a Group
 class GroupCreatedEvent
          An Event that represents the creation of a Group
 class GroupDeletedEvent
          An Event that represents the removal of a Group
 class GroupMembershipCreatedEvent
          An Event that represents the creation of a Principal/Child Group to Group membership
 class GroupMembershipDeletedEvent
          An Event that represents the deletion of a Group + Principal membership
 class GroupUpdatedEvent
          An Event that represents the updating of a Group
 

Uses of Event in com.atlassian.crowd.event.migration
 

Subclasses of Event in com.atlassian.crowd.event.migration
 class XMLRestoreEvent
           
 class XMLRestoreFinishedEvent
           
 class XMLRestoreStartedEvent
           
 

Uses of Event in com.atlassian.crowd.event.monitor
 

Subclasses of Event in com.atlassian.crowd.event.monitor
 class MonitorErrorEvent
          Indicates an error has occured while attempting to monitor a particular directory.
 class MonitorEvent
          A notification event pertaining to a monitor's execution.
 

Uses of Event in com.atlassian.crowd.event.monitor.poller
 

Subclasses of Event in com.atlassian.crowd.event.monitor.poller
 class PollingFinishedEvent
          Fired every time a poller finishes the polling process for detecting changes.
 class PollingStartedEvent
          Fired every time a poller starts the polling process.
 

Uses of Event in com.atlassian.crowd.event.remote
 

Subclasses of Event in com.atlassian.crowd.event.remote
 class ActiveDirectoryEntityDeletedEvent
          Represents an "entity deleted" event from Active Directory.
 class RemoteDirectoryEvent
          An event that models an event occuring on a Remote Directory.
 class RemoteDirectoryMonitorErrorEvent
           
 class RemoteEntityCreatedOrUpdatedEvent<T extends DirectoryEntity>
           
 class RemoteEntityDeletedEvent
           
 

Uses of Event in com.atlassian.crowd.event.remote.group
 

Subclasses of Event in com.atlassian.crowd.event.remote.group
 class ActiveDirectoryGroupDeletedEvent
           
 class RemoteGroupCreatedEvent
           
 class RemoteGroupCreatedOrUpdatedEvent
           
 class RemoteGroupDeletedEvent
           
 class RemoteGroupUpdatedEvent
           
 

Uses of Event in com.atlassian.crowd.event.remote.principal
 

Subclasses of Event in com.atlassian.crowd.event.remote.principal
 class ActiveDirectoryUserDeletedEvent
           
 class RemoteUserCreatedEvent
           
 class RemoteUserCreatedOrUpdatedEvent
           
 class RemoteUserDeletedEvent
           
 class RemoteUserUpdatedEvent
           
 

Uses of Event in com.atlassian.crowd.event.role
 

Subclasses of Event in com.atlassian.crowd.event.role
 class RoleCreatedEvent
          An Event that represents the creation of a Role (Group with GroupType.LEGACY_ROLE).
 class RoleDeletedEvent
          An Event that represents the removal of a Role (Group with GroupType.LEGACY_ROLE).
 class RoleMembershipCreatedEvent
          An Event that represents the creation of a Role + Principal membership
 class RoleMembershipDeletedEvent
          An Event that represents the deletion of a Role + Principal membership
 class RoleUpdatedEvent
          An Event that represents the updating of a Role (Group with GroupType.LEGACY_ROLE).
 

Uses of Event in com.atlassian.crowd.event.token
 

Subclasses of Event in com.atlassian.crowd.event.token
 class TokenInvalidatedEvent
          An Event that's fired when a Token is invalidated.
 

Uses of Event in com.atlassian.crowd.event.user
 

Subclasses of Event in com.atlassian.crowd.event.user
 class AutoUserCreatedEvent
          User was automatically created.
 class AutoUserUpdatedEvent
          User was automatically updated.
 class ResetPasswordEvent
          A simple ResetPasswordEvent.
 class UserAttributeDeletedEvent
          An Event that represents the deletion of an attibute+values against a User
 class UserAttributeStoredEvent
          An Event that represents the creation of an attibute+values against a User
 class UserAuthenticatedEvent
          This event is published when a user has been successfully authenticated to application.
 class UserAuthenticationFailedAccessDeniedEvent
           
 class UserAuthenticationFailedInvalidAuthenticationEvent
           
 class UserAuthenticationSucceededEvent
          This event is published when a user has successfully logged in to a single-sign-on application.
 class UserCreatedEvent
          An Event that represents the creation of a User
 class UserCreatedFromDirectorySynchronisationEvent
          An Event that represents the creation of a User as a result of directory synchronisation.
 class UserCredentialUpdatedEvent
          An Event that is fired when a user (principal) changes their password (credential).
 class UserDeletedEvent
          An Event that represents the deletion of a User
 class UserUpdatedEvent
          An Event that represents the updating of a User
 



Copyright © 2012 Atlassian. All Rights Reserved.