public class OwDummyMandatorManager extends Object implements com.wewebu.ow.server.mandator.OwMandatorManager
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 and Description |
|---|
OwDummyMandatorManager() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.OwMandatorManagerExceptionpublic com.wewebu.ow.server.mandator.OwMandatorManagerContext getContext()
OwMandatorManagerContextpublic com.wewebu.ow.server.mandator.OwMandator getUserMandator()
getUserMandator in interface com.wewebu.ow.server.mandator.OwMandatorManagerpublic void loginInit(com.wewebu.ow.server.conf.OwBaseUserInfo user_p)
throws Exception
loginInit in interface com.wewebu.ow.server.mandator.OwMandatorManageruser_p - OwBaseUserInfoExceptionpublic Set getGlobalRoleNames()
getGlobalRoleNames in interface com.wewebu.ow.server.mandator.OwMandatorManagerCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.