|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.security.impl.LoginModuleProxyImpl
public class LoginModuleProxyImpl
LoginModuleProxy
Field Summary |
---|
Fields inherited from interface org.apache.jetspeed.security.LoginModuleProxy |
---|
DEFAULT_PORTAL_USER_ROLE_NAME |
Constructor Summary | |
---|---|
LoginModuleProxyImpl(UserManager userMgr)
|
|
LoginModuleProxyImpl(UserManager userMgr,
java.lang.String portalUserRole)
Constructor providing a bridge between the login module and the user manager. |
Method Summary | |
---|---|
java.lang.String |
getPortalUserRole()
Getter for the required portal user role name. |
UserManager |
getUserManager()
Getter for the UserManager . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoginModuleProxyImpl(UserManager userMgr, java.lang.String portalUserRole)
Constructor providing a bridge between the login module and the user manager.
userMgr
- The user manager.portalUserRole
- The portal user role shared by all portal users: used
in web.xml authorization to detect authenticated portal
users.public LoginModuleProxyImpl(UserManager userMgr)
Method Detail |
---|
public UserManager getUserManager()
LoginModuleProxy
Getter for the UserManager
.
getUserManager
in interface LoginModuleProxy
LoginModuleProxy.getUserManager()
public java.lang.String getPortalUserRole()
LoginModuleProxy
Getter for the required portal user role name.
Used in web.xml authorization to detect authenticated portal users.
getPortalUserRole
in interface LoginModuleProxy
LoginModuleProxy.getPortalUserRole()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |