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 boolean remove
public boolean searchable
public Map<String,String> properties
public Map<String,PropertyListDescriptor> listProperties
public VirtualUserDescriptor()
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 © 2019 Nuxeo. All rights reserved.