Package edu.ksu.lti.launch.service
Interface ConfigService
-
public interface ConfigServiceThis is an abstraction for configuration. It is used to look up key/value pairs of configuration items from some config source. Most of our applications currently use a simple database table but the config items could also come from an application properties file or something similar. Example config keys that might be requested from this service include things like:canvas_url: URL of the Canvas instance this application is bound tooauth_client_id: application key used to request OAuth tokens from usersoauth_client_secret: application secret for requesting OAuth tokens from users
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConfigValue(String key)
-