Package com.openkm.sdk4j.impl
Class UserConfigImpl
java.lang.Object
com.openkm.sdk4j.impl.ClientImpl
com.openkm.sdk4j.impl.UserConfigImpl
- All Implemented Interfaces:
BaseUserConfig,Serializable
UserConfigImpl
- Author:
- sochoa
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets config.protected voidsetAuthorizationToken(String authorizationToken) setAuthenticationTokenvoidSets home.Methods inherited from class com.openkm.sdk4j.impl.ClientImpl
getClient, getWebTarget, setAuthorizationHeader, setJsessionIdHeader
-
Constructor Details
-
UserConfigImpl
UserConfigImpl
-
-
Method Details
-
setAuthorizationToken
setAuthenticationToken -
getConfig
public UserConfig getConfig() throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceExceptionDescription copied from interface:BaseUserConfigGets config.- Specified by:
getConfigin interfaceBaseUserConfig- Returns:
- the config
- Throws:
AccessDeniedException- the access denied exceptionRepositoryException- the repository exceptionDatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
setHome
public void setHome(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException Description copied from interface:BaseUserConfigSets home.- Specified by:
setHomein interfaceBaseUserConfig- Parameters:
uuid- the uuid- Throws:
AccessDeniedException- the access denied exceptionRepositoryException- the repository exceptionDatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-