|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecmimpl.owdummy.OwDummyMandatorManager
public class OwDummyMandatorManager
Implementation of a dummy Mandator Managers (multitenancy, multi-tenant).
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor Summary | |
---|---|
OwDummyMandatorManager()
|
Method Summary | |
---|---|
com.wewebu.ow.server.util.OwXMLUtil |
getConfigNode()
|
com.wewebu.ow.server.mandator.OwMandatorManagerContext |
getContext()
get the context |
Set |
getGlobalRoleNames()
|
com.wewebu.ow.server.mandator.OwMandator |
getUserMandator()
get the mandator interface of the current logged in user |
void |
init(com.wewebu.ow.server.mandator.OwMandatorManagerContext context_p,
com.wewebu.ow.server.util.OwXMLUtil configNode_p)
|
void |
loginInit(com.wewebu.ow.server.conf.OwBaseUserInfo user_p)
init called AFTER the user has logged in. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwDummyMandatorManager()
Method Detail |
---|
public com.wewebu.ow.server.util.OwXMLUtil getConfigNode()
public void init(com.wewebu.ow.server.mandator.OwMandatorManagerContext context_p, com.wewebu.ow.server.util.OwXMLUtil configNode_p) throws Exception
init
in interface com.wewebu.ow.server.mandator.OwMandatorManager
Exception
public com.wewebu.ow.server.mandator.OwMandatorManagerContext getContext()
OwMandatorManagerContext
public com.wewebu.ow.server.mandator.OwMandator getUserMandator()
getUserMandator
in interface com.wewebu.ow.server.mandator.OwMandatorManager
public void loginInit(com.wewebu.ow.server.conf.OwBaseUserInfo user_p) throws Exception
loginInit
in interface com.wewebu.ow.server.mandator.OwMandatorManager
user_p
- OwBaseUserInfo
Exception
public Set getGlobalRoleNames()
getGlobalRoleNames
in interface com.wewebu.ow.server.mandator.OwMandatorManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |