org.springframework.richclient.security
Class SecurityAwareConfigurerTests.LoginAwareBean

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.security.SecurityAwareConfigurerTests.LoginAwareBean
All Implemented Interfaces:
org.springframework.richclient.security.LoginAware
Enclosing class:
SecurityAwareConfigurerTests

public static class SecurityAwareConfigurerTests.LoginAwareBean
extends Object
implements org.springframework.richclient.security.LoginAware

Class to test automatic notification of login/logout events.


Field Summary
 org.springframework.security.Authentication authentication
           
 boolean logoutCalled
           
 org.springframework.security.Authentication oldAuthentication
           
 int sequence
           
 
Constructor Summary
SecurityAwareConfigurerTests.LoginAwareBean()
           
 
Method Summary
 void reset()
           
 void userLogin(org.springframework.security.Authentication authentication)
           
 void userLogout(org.springframework.security.Authentication authentication)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authentication

public org.springframework.security.Authentication authentication

oldAuthentication

public org.springframework.security.Authentication oldAuthentication

sequence

public int sequence

logoutCalled

public boolean logoutCalled
Constructor Detail

SecurityAwareConfigurerTests.LoginAwareBean

public SecurityAwareConfigurerTests.LoginAwareBean()
Method Detail

userLogin

public void userLogin(org.springframework.security.Authentication authentication)
Specified by:
userLogin in interface org.springframework.richclient.security.LoginAware

userLogout

public void userLogout(org.springframework.security.Authentication authentication)
Specified by:
userLogout in interface org.springframework.richclient.security.LoginAware

reset

public void reset()


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.