org.nuxeo.cm.web.helper
Class CMVirtualUserManager
java.lang.Object
org.nuxeo.cm.web.helper.CMVirtualUserManager
@Name(value="cmVirtualUserManager")
@Scope(value=SESSION)
public class CMVirtualUserManager
- extends Object
CM virtual user manager actions bean.
- Author:
- Laurent Doguin
Method Summary |
boolean |
isCurrentUserVirtual()
Lookup currentUser directly in userDirectory to see if it is virtual or
not. |
isCurrentUserVirtual
public Boolean isCurrentUserVirtual
CMVirtualUserManager
public CMVirtualUserManager()
isCurrentUserVirtual
public boolean isCurrentUserVirtual()
throws Exception
- Lookup currentUser directly in userDirectory to see if it is virtual or
not.
- Parameters:
currentUser
-
- Returns:
- true if currentUser is virtual, false otherwise.
- Throws:
Exception
Copyright © 2011 Nuxeo SAS. All Rights Reserved.