Package org.apache.guacamole.net.event
Interface DirectoryFailureEvent<ObjectType extends Identifiable>
- Type Parameters:
ObjectType- The type of object stored within theDirectory.
- 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().-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.guacamole.net.event.DirectoryEvent
DirectoryEvent.Operation -
Method Summary
Methods inherited from interface org.apache.guacamole.net.event.DirectoryEvent
getObject, getObjectIdentifier, getOperationMethods inherited from interface org.apache.guacamole.net.event.FailureEvent
getFailureMethods inherited from interface org.apache.guacamole.net.event.IdentifiableObjectEvent
getAuthenticationProvider, getDirectoryTypeMethods inherited from interface org.apache.guacamole.net.event.UserEvent
getAuthenticatedUser