org.persvr.security
Class UserSecurity.PrivilegedActionUserAware

java.lang.Object
  extended by org.persvr.security.UserSecurity.PrivilegedActionUserAware
All Implemented Interfaces:
java.security.PrivilegedAction
Enclosing class:
UserSecurity

public abstract static class UserSecurity.PrivilegedActionUserAware
extends java.lang.Object
implements java.security.PrivilegedAction


Constructor Summary
UserSecurity.PrivilegedActionUserAware()
           
 
Method Summary
 User getCurrentUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.PrivilegedAction
run
 

Constructor Detail

UserSecurity.PrivilegedActionUserAware

public UserSecurity.PrivilegedActionUserAware()
Method Detail

getCurrentUser

public User getCurrentUser()