public class VirtualUserDescriptor extends Object implements VirtualUser
| Modifier and Type | Field and Description | 
|---|---|
List<String> | 
groups  | 
String | 
id  | 
Map<String,PropertyListDescriptor> | 
listProperties  | 
String | 
password  | 
Map<String,String> | 
properties  | 
boolean | 
remove  | 
boolean | 
searchable  | 
| Constructor and Description | 
|---|
VirtualUserDescriptor()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getGroups()  | 
String | 
getId()  | 
String | 
getPassword()  | 
Map<String,Serializable> | 
getProperties()  | 
boolean | 
isSearchable()  | 
public String id
public boolean remove
public boolean searchable
public String password
public Map<String,PropertyListDescriptor> listProperties
public String getId()
getId in interface VirtualUserpublic String getPassword()
getPassword in interface VirtualUserpublic Map<String,Serializable> getProperties()
getProperties in interface VirtualUserpublic List<String> getGroups()
getGroups in interface VirtualUserpublic boolean isSearchable()
isSearchable in interface VirtualUserCopyright © 2015 Nuxeo SA. All rights reserved.