org.apache.jetspeed.security
Interface LoginModuleProxy

All Known Implementing Classes:
LoginModuleProxyImpl

public interface LoginModuleProxy

Utility component used as a bridge between the login module and the security component.

Author:
David Le Strat

Method Summary
 org.apache.jetspeed.security.UserManager getUserManager()
          Getter for the UserManager.
 

Method Detail

getUserManager

public org.apache.jetspeed.security.UserManager getUserManager()

Getter for the UserManager.

Returns:
The UserManager.


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