Class AuthenticatorDeletedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.alfresco.repo.security.authentication.AuthenticatorDeletedEvent
- All Implemented Interfaces:
Serializable
public class AuthenticatorDeletedEvent
extends org.springframework.context.ApplicationEvent
Event emmitted when an Authenticator is deleted, the source is the zoneId deleted.
- Author:
- mrogers
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
AuthenticatorDeletedEvent
- Parameters:
source- a String with the zoneid
-