net.sf.jzeno.aop
Class AutoLoginHelper

java.lang.Object
  extended by net.sf.jzeno.aop.AutoLoginHelper

public final class AutoLoginHelper
extends java.lang.Object

Helper class for the hack in login.jsp to allow remote logins from the DHTML portion.


Constructor Summary
AutoLoginHelper()
           
 
Method Summary
static java.lang.String getPasswordForUser(java.lang.String username)
          Return the password associated with the given principal's user name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoLoginHelper

public AutoLoginHelper()
Method Detail

getPasswordForUser

public static java.lang.String getPasswordForUser(java.lang.String username)
Return the password associated with the given principal's user name.

Returns:
the user's password, or null if user not found.