Interface DirectorySuccessEvent<ObjectType extends Identifiable>

Type Parameters:
ObjectType - The type of object stored within the Directory.
All Superinterfaces:
AuthenticationProviderEvent, DirectoryEvent<ObjectType>, IdentifiableObjectEvent<ObjectType>, UserEvent

public interface DirectorySuccessEvent<ObjectType extends Identifiable> extends DirectoryEvent<ObjectType>
Event that is dispatched whenever a REST API request to create/modify/delete an object within a Directory succeeds.