org.apache.jetspeed.security.impl
Class LoginModuleProxyImpl

java.lang.Object
  extended byorg.apache.jetspeed.security.impl.LoginModuleProxyImpl
All Implemented Interfaces:
LoginModuleProxy

public class LoginModuleProxyImpl
extends Object
implements LoginModuleProxy

Author:
David Le Strat
See Also:
LoginModuleProxy

Field Summary
(package private) static LoginModuleProxy loginModuleProxy
          The LoginModuleProxyinstance.
private  org.apache.jetspeed.security.UserManager userMgr
          The UserManager.
 
Constructor Summary
LoginModuleProxyImpl(org.apache.jetspeed.security.UserManager userMgr)
           Constructor providing a bridge between the login module and the user manager.
 
Method Summary
 org.apache.jetspeed.security.UserManager getUserManager()
          Getter for the UserManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loginModuleProxy

static LoginModuleProxy loginModuleProxy
The LoginModuleProxyinstance.


userMgr

private org.apache.jetspeed.security.UserManager userMgr
The UserManager.

Constructor Detail

LoginModuleProxyImpl

public LoginModuleProxyImpl(org.apache.jetspeed.security.UserManager userMgr)

Constructor providing a bridge between the login module and the user manager.

Parameters:
userMgr - The user manager.
Method Detail

getUserManager

public org.apache.jetspeed.security.UserManager getUserManager()
Description copied from interface: LoginModuleProxy

Getter for the UserManager.

Specified by:
getUserManager in interface LoginModuleProxy
Returns:
The UserManager.
See Also:
LoginModuleProxy.getUserManager()


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.