org.apache.shindig.social.core.oauth
Class AuthenticationProviderHandlerTest.ProvidesNoHandlers

java.lang.Object
  extended by org.apache.shindig.social.core.oauth.AuthenticationHandlerProvider
      extended by org.apache.shindig.social.core.oauth.AuthenticationProviderHandlerTest.ProvidesNoHandlers
All Implemented Interfaces:
javax.inject.Provider<java.util.List<AuthenticationHandler>>
Enclosing class:
AuthenticationProviderHandlerTest

public static class AuthenticationProviderHandlerTest.ProvidesNoHandlers
extends org.apache.shindig.social.core.oauth.AuthenticationHandlerProvider

AuthenticationHandlerProvider with no handlers


Field Summary
 
Fields inherited from class org.apache.shindig.social.core.oauth.AuthenticationHandlerProvider
handlers
 
Constructor Summary
AuthenticationProviderHandlerTest.ProvidesNoHandlers()
           
 
Method Summary
 java.util.List<AuthenticationHandler> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationProviderHandlerTest.ProvidesNoHandlers

public AuthenticationProviderHandlerTest.ProvidesNoHandlers()
Method Detail

get

public java.util.List<AuthenticationHandler> get()
Specified by:
get in interface javax.inject.Provider<java.util.List<AuthenticationHandler>>
Overrides:
get in class org.apache.shindig.social.core.oauth.AuthenticationHandlerProvider


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.