Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationAuthenticatedEvent |
class |
ApplicationReadyEvent
This event is fired when the application has started and is ready.
|
Modifier and Type | Class and Description |
---|---|
class |
AzureGroupsRemovedEvent |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryCreatedEvent |
class |
DirectoryDeletedEvent |
class |
DirectoryUpdatedEvent |
class |
ImportEvent
Denotes an event related to the data import process.
|
class |
ImportFinishedEvent
Is published when a data import is finished, regardless of its status
|
class |
ImportStartedEvent
Is published when a data import is started.
|
class |
RemoteDirectorySynchronisationFailedEvent
This event is analogous to
RemoteDirectorySynchronisedEvent , however it's published when a directory
synchronisation fails. |
class |
RemoteDirectorySynchronisationFinishedEvent
Superclass for events thrown when a directory synchronisation finishes.
|
class |
RemoteDirectorySynchronisedEvent
This event is designed to be thrown by a
SynchronisableDirectory
after it has completed synchronising its cache. |
Modifier and Type | Class and Description |
---|---|
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
Deprecated.
Use
GroupMembershipsCreatedEvent instead. Since 2.10. |
class |
GroupMembershipDeletedEvent
An Event that represents the deletion of a Group + Principal membership
|
class |
GroupMembershipsCreatedEvent
An Event that represents the creation of one or more Principal/Child Group to Group membership(s)
The event will be emitted once for each parent, and can contain a number of children added.
|
class |
GroupUpdatedEvent
An Event that represents the updating of a
Group |
Modifier and Type | Class and Description |
---|---|
class |
AllPasswordsExpiredEvent
An event which is published after all passwords have been expired from a directory.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLRestoreEvent |
class |
XMLRestoreFinishedEvent |
class |
XMLRestoreStartedEvent |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
ActiveDirectoryGroupDeletedEvent |
class |
RemoteGroupCreatedEvent |
class |
RemoteGroupCreatedOrUpdatedEvent |
class |
RemoteGroupDeletedEvent |
class |
RemoteGroupUpdatedEvent |
Modifier and Type | Class and Description |
---|---|
class |
ActiveDirectoryUserDeletedEvent |
class |
RemoteUserCreatedEvent |
class |
RemoteUserCreatedOrUpdatedEvent |
class |
RemoteUserDeletedEvent |
class |
RemoteUserUpdatedEvent |
Modifier and Type | Class and Description |
---|---|
class |
RoleCreatedEvent
Deprecated.
|
class |
RoleDeletedEvent
Deprecated.
|
class |
RoleMembershipCreatedEvent
Deprecated.
|
class |
RoleMembershipDeletedEvent
Deprecated.
|
class |
RoleUpdatedEvent
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AllTokensInvalidatedEvent
This event is triggered after invalidating all SSO Tokens.
|
class |
TokenInvalidatedEvent
An Event that's fired when a
Token is invalidated. |
Modifier and Type | Class and Description |
---|---|
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 attribute+values against a
User |
class |
UserAttributeStoredEvent
An Event that represents the creation of an attribute+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 |
UserCredentialValidationFailed
An Event that is fired when a user (principal) attempts to change their password (credential) but it does not meet
the password criteria for the directory.
|
class |
UserDeletedEvent
Deprecated.
Listening on this event will degrade performance. Since 2.11, listen to
UsersDeletedEvent instead. |
class |
UserEditedEvent
An event that is published when user is edited
|
class |
UserEmailChangedEvent
An event which is published after a user's email address is updated
|
class |
UserRenamedEvent
An Event that represents the renaming of a
User |
class |
UsersDeletedEvent
An Event that represents the deletion of one or more
User s. |
class |
UserUpdatedEvent
An Event that represents the updating of a
User
This is a generic event. |
Copyright © 2020 Atlassian. All rights reserved.