Class TestPlugin

java.lang.Object
net.shibboleth.profile.plugin.AbstractPlugin<IdPModule>
net.shibboleth.idp.installer.plugin.impl.TestPlugin
All Implemented Interfaces:
IdPPlugin, net.shibboleth.profile.plugin.Plugin<IdPModule>

public class TestPlugin extends net.shibboleth.profile.plugin.AbstractPlugin<IdPModule> implements IdPPlugin
  • Constructor Details

    • TestPlugin

      public TestPlugin()
  • Method Details

    • getPluginId

      @Nonnull public String getPluginId()
      Specified by:
      getPluginId in interface net.shibboleth.profile.plugin.Plugin<IdPModule>
      Overrides:
      getPluginId in class net.shibboleth.profile.plugin.AbstractPlugin<IdPModule>
    • getUpdateURLs

      @Nonnull public List<URL> getUpdateURLs()
      Specified by:
      getUpdateURLs in interface net.shibboleth.profile.plugin.Plugin<IdPModule>
    • getLicenseFileLocation

      public String getLicenseFileLocation()
      Specified by:
      getLicenseFileLocation in interface net.shibboleth.profile.plugin.Plugin<IdPModule>
      Overrides:
      getLicenseFileLocation in class net.shibboleth.profile.plugin.AbstractPlugin<IdPModule>
    • getMajorVersion

      public int getMajorVersion()
      Specified by:
      getMajorVersion in interface net.shibboleth.profile.plugin.Plugin<IdPModule>
    • getMinorVersion

      public int getMinorVersion()
      Specified by:
      getMinorVersion in interface net.shibboleth.profile.plugin.Plugin<IdPModule>
    • getPatchVersion

      public int getPatchVersion()
      Specified by:
      getPatchVersion in interface net.shibboleth.profile.plugin.Plugin<IdPModule>
      Overrides:
      getPatchVersion in class net.shibboleth.profile.plugin.AbstractPlugin<IdPModule>