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 VirtualUser
public String getPassword()
getPassword
in interface VirtualUser
public Map<String,Serializable> getProperties()
getProperties
in interface VirtualUser
public List<String> getGroups()
getGroups
in interface VirtualUser
public boolean isSearchable()
isSearchable
in interface VirtualUser
Copyright © 2015 Nuxeo SA. All rights reserved.