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
OwMandatorManager
init
in interface OwMandatorManager
context_p
- OwMandatorManagerContextconfigNode_p
- OwXMLUtil node with configuration informationException
public OwMandator getUserMandator()
getUserMandator
in interface OwMandatorManager
public void loginInit(OwBaseUserInfo user_p) throws Exception
loginInit
in interface OwMandatorManager
user_p
- OwBaseUserInfoException
public Set getGlobalRoleNames()
OwMandatorManager
getGlobalRoleNames
in interface OwMandatorManager
Set
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.