org.apache.jetspeed.security
Interface LoginModuleProxy


public interface LoginModuleProxy

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

Author:
David Le Strat

Field Summary
static String DEFAULT_PORTAL_USER_ROLE_NAME
          Default .portal user role name
 
Method Summary
 String getPortalUserRole()
          Getter for the required portal user role name.
 UserManager getUserManager()
          Getter for the UserManager.
 

Field Detail

DEFAULT_PORTAL_USER_ROLE_NAME

static final String DEFAULT_PORTAL_USER_ROLE_NAME

Default .portal user role name

See Also:
Constant Field Values
Method Detail

getUserManager

UserManager getUserManager()

Getter for the UserManager.

Returns:
The UserManager.

getPortalUserRole

String getPortalUserRole()

Getter for the required portal user role name.

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

Returns:
The portal user role name.


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