Uses of Class
org.nuxeo.ecm.platform.usermanager.UserConfig
-
Packages that use UserConfig Package Description org.nuxeo.ecm.platform.usermanager -
-
Uses of UserConfig in org.nuxeo.ecm.platform.usermanager
Fields in org.nuxeo.ecm.platform.usermanager declared as UserConfig Modifier and Type Field Description protected UserConfig
NuxeoPrincipalImpl. config
static UserConfig
UserConfig. DEFAULT
protected UserConfig
UserAdapterImpl. userConfig
protected UserConfig
UserManagerImpl. userConfig
A structure used to inject field name configuration of users schema into a NuxeoPrincipalImpl instance.Methods in org.nuxeo.ecm.platform.usermanager that return UserConfig Modifier and Type Method Description UserConfig
UserConfig. clone()
UserConfig
NuxeoPrincipalImpl. getConfig()
Methods in org.nuxeo.ecm.platform.usermanager with parameters of type UserConfig Modifier and Type Method Description void
NuxeoPrincipalImpl. setConfig(UserConfig config)
-