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.ApplicationEventEvent emmitted when an Authenticator is deleted, the source is the zoneId deleted.- Author:
- mrogers
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorDeletedEvent(Object source)
-
-
-
Constructor Detail
-
AuthenticatorDeletedEvent
public AuthenticatorDeletedEvent(Object source)
- Parameters:
source- a String with the zoneid
-
-