Class OAuthConsumerDetailsService

java.lang.Object
org.opencastproject.kernel.security.OAuthConsumerDetailsService

public class OAuthConsumerDetailsService extends Object
A OAuth consumer details service with multiple consumers. UserDetailsService is used for delegating user lookup requests.
  • Constructor Details

    • OAuthConsumerDetailsService

      public OAuthConsumerDetailsService()
  • Method Details

    • activate

      public void activate(org.osgi.service.component.ComponentContext cc) throws org.osgi.service.cm.ConfigurationException
      Throws:
      org.osgi.service.cm.ConfigurationException
    • getConsumerSecret

      public String getConsumerSecret(String consumerKey)