Class SampleComponentConfiguration

java.lang.Object
com.ibm.oauth.core.api.config.SampleComponentConfiguration
All Implemented Interfaces:
OAuthComponentConfiguration

public abstract class SampleComponentConfiguration extends Object implements OAuthComponentConfiguration
OAuthComponentConfiguration implementation seeded with default configuration values. Individual values can be overridden to customize the configuration. Classes extending this class must implement getUniqueID(), and also provide class names for OAUTH20_CLIENT_PROVIDER_CLASSNAME and OAUTH20_TOKEN_CACHE_CLASSNAME, at a minimum if using OAuth 2.0 features of the component. Extending this base class rather than directly implementing OAuthComponentConfiguration is highly recommended. New parameters added to the OAuthComponentConfigurationConstants may receive corresponding update in this class with reasonable default values, which minimizes future API incompatibility.