org.springframework.richclient.security
Class SecurityAwareConfigurerTests.LoginAwareBean
java.lang.Object
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.
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 |
authentication
public org.springframework.security.Authentication authentication
oldAuthentication
public org.springframework.security.Authentication oldAuthentication
sequence
public int sequence
logoutCalled
public boolean logoutCalled
SecurityAwareConfigurerTests.LoginAwareBean
public SecurityAwareConfigurerTests.LoginAwareBean()
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.