Interface UserProfileResource
@Consumes("application/json")
@Produces("application/json")
public interface UserProfileResource
- Author:
- Vlastimil Elias <velias@redhat.com>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Updates user profile configuration.
-
Method Details
-
getConfiguration
- Returns:
- user profile configuration
-
getMetadata
-
update
Updates user profile configuration. Using null as an argument could mean restart of the configuration to the default configuration- Parameters:
config
- Could be null, which can mean restart to the default user-profile configuration (Can depend on the implementation)
-