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

Field Summary
static java.lang.String DEFAULT_PORTAL_USER_ROLE_NAME
          Default .portal user role name
 
Method Summary
 java.lang.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 java.lang.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

java.lang.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-2010 Apache Software Foundation. All Rights Reserved.