Interface VirtualUser
-
- All Known Implementing Classes:
VirtualUserDescriptor
public interface VirtualUser
Interface for a virtual user.- Author:
- Anahide Tchertchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getGroups()
String
getId()
String
getPassword()
Map<String,Serializable>
getProperties()
boolean
isSearchable()
-
-
-
Method Detail
-
getPassword
String getPassword()
-
isSearchable
boolean isSearchable()
-
getProperties
Map<String,Serializable> getProperties()
-
-