org.springframework.richclient.security
Class SecurityAwareConfigurerTests.AuthAwareBean

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

public static class SecurityAwareConfigurerTests.AuthAwareBean
extends Object
implements org.springframework.richclient.security.AuthenticationAware

Class to test automatic notification.


Field Summary
 org.springframework.security.Authentication authentication
           
 int sequence
           
 
Constructor Summary
SecurityAwareConfigurerTests.AuthAwareBean()
           
 
Method Summary
 void reset()
           
 void setAuthenticationToken(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

sequence

public int sequence
Constructor Detail

SecurityAwareConfigurerTests.AuthAwareBean

public SecurityAwareConfigurerTests.AuthAwareBean()
Method Detail

setAuthenticationToken

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

reset

public void reset()


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