Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.usermanager
Interface VirtualUser

All Superinterfaces:
Serializable
All Known Implementing Classes:
VirtualUserDescriptor

public interface VirtualUser
extends Serializable

Interface for a virtual user.

Author:
Anahide Tchertchian

Method Summary
 List<String> getGroups()
           
 String getId()
           
 String getPassword()
           
 Map<String,Serializable> getProperties()
           
 boolean isSearchable()
           
 

Method Detail

getId

String getId()

getPassword

String getPassword()

isSearchable

boolean isSearchable()

getGroups

List<String> getGroups()

getProperties

Map<String,Serializable> getProperties()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.