|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.mandatorimpl.simplemandator.OwSimpleMandatorManager
public class OwSimpleMandatorManager
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 Summary | |
---|---|
OwSimpleMandatorManager()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwSimpleMandatorManager()
Method Detail |
---|
public void init(OwMandatorManagerContext context_p, OwXMLUtil configNode_p) throws Exception
OwMandatorManager
init
in interface OwMandatorManager
context_p
- OwMandatorManagerContextconfigNode_p
- OwXMLUtil node with configuration information
Exception
public OwMandator getUserMandator()
getUserMandator
in interface OwMandatorManager
public void loginInit(OwBaseUserInfo user_p) throws Exception
loginInit
in interface OwMandatorManager
user_p
- OwBaseUserInfo
Exception
public Set getGlobalRoleNames()
OwMandatorManager
getGlobalRoleNames
in interface OwMandatorManager
Set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |