Package org.onehippo.cms7.event
Class HippoSecurityEvent<T extends HippoSecurityEvent<T>>
- java.lang.Object
-
- org.onehippo.cms7.event.HippoEvent<T>
-
- org.onehippo.cms7.event.HippoSecurityEvent<T>
-
- All Implemented Interfaces:
Cloneable
public class HippoSecurityEvent<T extends HippoSecurityEvent<T>> extends HippoEvent<T>
-
-
Constructor Summary
Constructors Constructor Description HippoSecurityEvent(String application)
HippoSecurityEvent(HippoEvent<?> event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
success()
T
success(Boolean success)
-
-
-
Constructor Detail
-
HippoSecurityEvent
public HippoSecurityEvent(String application)
-
HippoSecurityEvent
public HippoSecurityEvent(HippoEvent<?> event)
-
-