Class AuthorizationLoggerListener
java.lang.Object
com.atlassian.bamboo.security.acegi.acls.AuthorizationLoggerListener
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener
public class AuthorizationLoggerListener
extends Object
implements org.springframework.context.ApplicationListener
A custom version of the
LoggerListener but with our own custom message for mere humans to read.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(org.springframework.context.ApplicationEvent event)
-
Constructor Details
-
AuthorizationLoggerListener
public AuthorizationLoggerListener()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener
-