org.springframework.richclient.security
Class DefaultApplicationSecurityManagerTests.EventCounter

Show UML class diagram
java.lang.Object
  extended by 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.


Field Summary
 int authEventCount
           
 int authFailedEventCount
           
 int loginEventCount
           
 int logoutEventCount
           
 
Constructor Summary
DefaultApplicationSecurityManagerTests.EventCounter()
           
 
Method Summary
 void onApplicationEvent(ApplicationEvent event)
           
 void resetCounters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authEventCount

public int authEventCount

authFailedEventCount

public int authFailedEventCount

loginEventCount

public int loginEventCount

logoutEventCount

public int logoutEventCount
Constructor Detail

DefaultApplicationSecurityManagerTests.EventCounter

public DefaultApplicationSecurityManagerTests.EventCounter()
Method Detail

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.