Interface SubjectAreaConfig
-
- All Known Implementing Classes:
SubjectAreaConfigClient
public interface SubjectAreaConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfiggetConfig(String userId)Get the config.
-
-
-
Method Detail
-
getConfig
Config getConfig(String userId) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
Get the config.The result is the configuration
- Parameters:
userId- userId under which the request is performed- Returns:
- The configuration
- Throws:
PropertyServerException- something went wrong with the REST call stack.UserNotAuthorizedException- the requesting user is not authorized to issue this request.InvalidParameterException- one of the parameters is null or invalid
-
-