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 java.lang.String DEFAULT_PORTAL_USER_ROLE_NAME
          Default .portal user role name
 
Method Summary
 AuthenticationProvider getAuthenticationProvider()
          Getter for the AuthenticationProvider.
 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

getAuthenticationProvider

AuthenticationProvider getAuthenticationProvider()

Getter for the AuthenticationProvider.

Returns:
The AuthenticationProvider

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-2011 The Apache Software Foundation. All Rights Reserved.