public class OwSimpleMandatorManager extends Object implements OwMandatorManager
Implementation of a simple 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 |
|---|
OwSimpleMandatorManager() |
| Modifier and Type | Method and Description |
|---|---|
Set |
getGlobalRoleNames()
get a set of rolenames that act globally for all mandators
|
OwMandator |
getUserMandator()
get the mandator interface of the current logged in user
|
void |
init(OwMandatorManagerContext context_p,
OwXMLUtil configNode_p)
init the manager, set context
|
void |
loginInit(OwBaseUserInfo user_p)
init called AFTER the user has logged in.
|
public void init(OwMandatorManagerContext context_p, OwXMLUtil configNode_p) throws Exception
OwMandatorManagerinit in interface OwMandatorManagercontext_p - OwMandatorManagerContextconfigNode_p - OwXMLUtil node with configuration informationExceptionpublic OwMandator getUserMandator()
getUserMandator in interface OwMandatorManagerpublic void loginInit(OwBaseUserInfo user_p) throws Exception
loginInit in interface OwMandatorManageruser_p - OwBaseUserInfoExceptionpublic Set getGlobalRoleNames()
OwMandatorManagergetGlobalRoleNames in interface OwMandatorManagerSetCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.