org.springframework.richclient.security
Class DefaultApplicationSecurityManagerTests.EventCounter
java.lang.Object
org.springframework.richclient.security.DefaultApplicationSecurityManagerTests.EventCounter
- All Implemented Interfaces:
- EventListener, ApplicationListener
- Enclosing class:
- DefaultApplicationSecurityManagerTests
public static class DefaultApplicationSecurityManagerTests.EventCounter
- extends Object
- implements ApplicationListener
Class to count interesting security lifecycle events.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
authEventCount
public int authEventCount
authFailedEventCount
public int authFailedEventCount
loginEventCount
public int loginEventCount
logoutEventCount
public int logoutEventCount
DefaultApplicationSecurityManagerTests.EventCounter
public DefaultApplicationSecurityManagerTests.EventCounter()
onApplicationEvent
public void onApplicationEvent(ApplicationEvent event)
- Specified by:
onApplicationEvent
in interface ApplicationListener
resetCounters
public void resetCounters()
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.