public interface LoginModuleProxy
Utility component used as a bridge between the login module and the security component.
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PORTAL_USER_ROLE_NAME
Default .portal user role name
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationProvider |
getAuthenticationProvider()
Getter for the
AuthenticationProvider. |
String |
getPortalUserRole()
Getter for the required portal user role name.
|
UserManager |
getUserManager()
Getter for the
UserManager. |
static final String DEFAULT_PORTAL_USER_ROLE_NAME
Default .portal user role name
AuthenticationProvider getAuthenticationProvider()
Getter for the AuthenticationProvider.
UserManager getUserManager()
Getter for the UserManager.
String getPortalUserRole()
Getter for the required portal user role name.
Used in web.xml authorization to detect authenticated portal users.
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.