Interface DirectoryFailureEvent<ObjectType extends Identifiable>

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

public interface DirectoryFailureEvent<ObjectType extends Identifiable> extends DirectoryEvent<ObjectType>, FailureEvent
Event that is dispatched whenever a REST API request to create/modify/delete an object within a Directory fails. The specific failure is made available via FailureEvent.getFailure().