public class JcrUserConfigModule extends Object implements UserConfigModule
| Constructor and Description |
|---|
JcrUserConfigModule() |
| Modifier and Type | Method and Description |
|---|---|
UserConfig |
getConfig(String token)
Get user config
|
void |
setHome(String token,
String nodePath)
Set the user default home node
|
public void setHome(String token, String nodePath) throws AccessDeniedException, RepositoryException, DatabaseException
UserConfigModulesetHome in interface UserConfigModulenodePath - A node path to be set as user home folder.RepositoryException - If there is any general repository problem.AccessDeniedExceptionDatabaseExceptionpublic UserConfig getConfig(String token) throws RepositoryException, DatabaseException
UserConfigModulegetConfig in interface UserConfigModuleRepositoryException - If there is any general repository problem.DatabaseExceptionCopyright © 2016. All rights reserved.