Class OauthProviderTypeRegistryPlugin<T extends AccessTokenContext>

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
io.meeds.oauth.registry.OauthProviderTypeRegistryPlugin<T>
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class OauthProviderTypeRegistryPlugin<T extends AccessTokenContext> extends org.exoplatform.container.component.BaseComponentPlugin
Kernel plugin wrapping data about single OAuthProviderType
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    OauthProviderTypeRegistryPlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.container.ExoContainerContext containerContext)
     
  • Method Summary

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OauthProviderTypeRegistryPlugin

      public OauthProviderTypeRegistryPlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.container.ExoContainerContext containerContext) throws Exception
      Throws:
      Exception