This project has retired. For details please refer to its
        
        Attic page .
      
LoginModuleProxyImpl (Jetspeed-2 Security Components 2.1.3 API)
 
 
org.apache.jetspeed.security.impl 
 
java.lang.Object 
  org.apache.jetspeed.security.impl.LoginModuleProxyImpl 
 
All Implemented Interfaces:  org.apache.jetspeed.security.LoginModuleProxy 
 
public class LoginModuleProxyImpl  extends Object implements org.apache.jetspeed.security.LoginModuleProxy   
Author: David Le Strat  See Also: LoginModuleProxy 
Field Summary   
(package private) static org.apache.jetspeed.security.LoginModuleProxy loginModuleProxy LoginModuleProxyinstance. 
private  String  portalUserRole  
private  org.apache.jetspeed.security.UserManager userMgr UserManager. 
 
Fields inherited from interface org.apache.jetspeed.security.LoginModuleProxy  
DEFAULT_PORTAL_USER_ROLE_NAME 
 
Constructor Summary   
LoginModuleProxyImpl  
LoginModuleProxyImpl String  portalUserRole) 
 
Methods inherited from class java.lang.Object   
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
loginModuleProxy 
static org.apache.jetspeed.security.LoginModuleProxy loginModuleProxy  
The LoginModuleProxyinstance.
 
  
userMgr 
private org.apache.jetspeed.security.UserManager userMgr  
The UserManager.
 
  
portalUserRole 
private String  portalUserRole  
The portal user role.
 
  
LoginModuleProxyImpl 
public LoginModuleProxyImpl (org.apache.jetspeed.security.UserManager userMgr,
                            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 (org.apache.jetspeed.security.UserManager userMgr) 
 
getUserManager 
public org.apache.jetspeed.security.UserManager getUserManager () 
Specified by: getUserManager in interface org.apache.jetspeed.security.LoginModuleProxy 
See Also: LoginModuleProxy.getUserManager() 
 
getPortalUserRole 
public String  getPortalUserRole () 
Specified by: getPortalUserRole in interface org.apache.jetspeed.security.LoginModuleProxy 
See Also: LoginModuleProxy.getPortalUserRole()