Uses of Interface
org.brickred.socialauth.plugin.Plugin

Packages that use Plugin
org.brickred.socialauth   
org.brickred.socialauth.plugin   
org.brickred.socialauth.plugin.facebook   
org.brickred.socialauth.plugin.linkedin   
 

Uses of Plugin in org.brickred.socialauth
 

Method parameters in org.brickred.socialauth with type arguments of type Plugin
 boolean AuthProvider.isSupportedPlugin(Class<? extends Plugin> clazz)
          Returns True if provider support given plugin otherwise returns False
 boolean AbstractProvider.isSupportedPlugin(Class<? extends Plugin> clazz)
           
 

Uses of Plugin in org.brickred.socialauth.plugin
 

Subinterfaces of Plugin in org.brickred.socialauth.plugin
 interface AlbumsPlugin
          Provides the functionality related to albums and photos
 interface CareerPlugin
          Provides functionality related to Career details
 interface FeedPlugin
          Provides the functionality related to feeds
 

Uses of Plugin in org.brickred.socialauth.plugin.facebook
 

Classes in org.brickred.socialauth.plugin.facebook that implement Plugin
 class AlbumsPluginImpl
          Album Plugin implementation for Facebook
 class FeedPluginImpl
          Feed Plugin implementation for Facebook
 

Uses of Plugin in org.brickred.socialauth.plugin.linkedin
 

Classes in org.brickred.socialauth.plugin.linkedin that implement Plugin
 class CareerPluginImpl
          Career plugin implementation for linkedin
 



Copyright © 2014. All rights reserved.