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

Packages that use DirectoryEvent
com.atlassian.crowd.event.directory   
com.atlassian.crowd.event.group   
com.atlassian.crowd.event.role   
com.atlassian.crowd.event.user   
 

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

Subclasses of DirectoryEvent in com.atlassian.crowd.event.directory
 class DirectoryCreatedEvent
           
 class DirectoryDeletedEvent
           
 class DirectoryUpdatedEvent
           
 

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

Subclasses of DirectoryEvent 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 DirectoryEvent in com.atlassian.crowd.event.role
 

Subclasses of DirectoryEvent 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 DirectoryEvent in com.atlassian.crowd.event.user
 

Subclasses of DirectoryEvent 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 UserAuthenticationFailedInvalidAuthenticationEvent
           
 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.