Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.web.helper
Class CMVirtualUserManager

java.lang.Object
  extended by 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

Field Summary
 Boolean isCurrentUserVirtual
           
 
Constructor Summary
CMVirtualUserManager()
           
 
Method Summary
 boolean isCurrentUserVirtual()
          Lookup currentUser directly in userDirectory to see if it is virtual or not.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isCurrentUserVirtual

public Boolean isCurrentUserVirtual
Constructor Detail

CMVirtualUserManager

public CMVirtualUserManager()
Method Detail

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

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.