org.apache.jetspeed.security.impl
Class LoginModuleProxyImpl

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

public class LoginModuleProxyImpl
extends java.lang.Object
implements LoginModuleProxy

Author:
David Le Strat
See Also:
LoginModuleProxy

Field Summary
 
Fields inherited from interface org.apache.jetspeed.security.LoginModuleProxy
DEFAULT_PORTAL_USER_ROLE_NAME
 
Constructor Summary
LoginModuleProxyImpl(UserManager userMgr)
           
LoginModuleProxyImpl(UserManager userMgr, java.lang.String portalUserRole)
           Constructor providing a bridge between the login module and the user manager.
 
Method Summary
 java.lang.String getPortalUserRole()
          Getter for the required portal user role name.
 UserManager getUserManager()
          Getter for the UserManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginModuleProxyImpl

public LoginModuleProxyImpl(UserManager userMgr,
                            java.lang.String portalUserRole)

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

Parameters:
userMgr - The user manager.
portalUserRole - The portal user role shared by all portal users: used in web.xml authorization to detect authenticated portal users.

LoginModuleProxyImpl

public LoginModuleProxyImpl(UserManager userMgr)
Method Detail

getUserManager

public UserManager getUserManager()
Description copied from interface: LoginModuleProxy

Getter for the UserManager.

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

getPortalUserRole

public java.lang.String getPortalUserRole()
Description copied from interface: LoginModuleProxy

Getter for the required portal user role name.

Used in web.xml authorization to detect authenticated portal users.

Specified by:
getPortalUserRole in interface LoginModuleProxy
Returns:
The portal user role name.
See Also:
LoginModuleProxy.getPortalUserRole()


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