|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.security.impl.LoginModuleProxyImpl
LoginModuleProxy
Field Summary | |
(package private) static LoginModuleProxy |
loginModuleProxy
The LoginModuleProxy instance. |
private org.apache.jetspeed.security.UserManager |
userMgr
The UserManager . |
Constructor Summary | |
LoginModuleProxyImpl(org.apache.jetspeed.security.UserManager userMgr)
Constructor providing a bridge between the login module and the user manager. |
Method Summary | |
org.apache.jetspeed.security.UserManager |
getUserManager()
Getter for the UserManager . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static LoginModuleProxy loginModuleProxy
LoginModuleProxy
instance.
private org.apache.jetspeed.security.UserManager userMgr
UserManager
.
Constructor Detail |
public LoginModuleProxyImpl(org.apache.jetspeed.security.UserManager userMgr)
Constructor providing a bridge between the login module and the user manager.
userMgr
- The user manager.Method Detail |
public org.apache.jetspeed.security.UserManager getUserManager()
LoginModuleProxy
Getter for the UserManager
.
getUserManager
in interface LoginModuleProxy
LoginModuleProxy.getUserManager()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |