|
||||||||||
| 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 OwMandatorManagercontext_p - OwMandatorManagerContextconfigNode_p - OwXMLUtil node with configuration information
Exceptionpublic OwMandator getUserMandator()
getUserMandator in interface OwMandatorManager
public void loginInit(OwBaseUserInfo user_p)
throws Exception
loginInit in interface OwMandatorManageruser_p - OwBaseUserInfo
Exceptionpublic Set getGlobalRoleNames()
OwMandatorManager
getGlobalRoleNames in interface OwMandatorManagerSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||