Class OIDCModule

java.lang.Object
net.shibboleth.profile.module.AbstractModule
net.shibboleth.profile.module.PropertyDrivenModule
net.shibboleth.idp.module.PropertyDrivenIdPModule
net.shibboleth.idp.module.impl.PluginIdPModule
net.shibboleth.sp.oidc.conf.OIDCModule
All Implemented Interfaces:
net.shibboleth.idp.module.IdPModule, net.shibboleth.profile.module.Module, net.shibboleth.shared.component.Component, net.shibboleth.shared.component.IdentifiedComponent

public final class OIDCModule extends net.shibboleth.idp.module.impl.PluginIdPModule
IdPModule implementation.
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.shibboleth.profile.module.AbstractModule

    net.shibboleth.profile.module.AbstractModule.BasicModuleResource

    Nested classes/interfaces inherited from interface net.shibboleth.profile.module.Module

    net.shibboleth.profile.module.Module.ModuleResource, net.shibboleth.profile.module.Module.ResourceResult
  • Field Summary

    Fields inherited from class net.shibboleth.idp.module.impl.PluginIdPModule

    MODULE_URL_BASE

    Fields inherited from class net.shibboleth.profile.module.PropertyDrivenModule

    DEFAULT_RESOURCE, MODULE_DESC_PROPERTY, MODULE_DEST_PROPERTY, MODULE_EXEC_PROPERTY, MODULE_LANGS_PROPERTY, MODULE_NAME_PROPERTY, MODULE_NONWINDOWS_PROPERTY, MODULE_OPTIONAL_PROPERTY, MODULE_PLUGIN_PROPERTY, MODULE_POSTDISABLE_PROPERTY, MODULE_POSTENABLE_PROPERTY, MODULE_REPLACE_PROPERTY, MODULE_SRC_PROPERTY, MODULE_URL_PROPERTY, MODULE_WINDOWS_PROPERTY

    Fields inherited from interface net.shibboleth.idp.module.IdPModule

    IDPNEW_EXT_BASE, IDPSAVE_EXT
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Methods inherited from class net.shibboleth.idp.module.impl.PluginIdPModule

    load

    Methods inherited from class net.shibboleth.idp.module.PropertyDrivenIdPModule

    getNewExtension, getSaveExtension

    Methods inherited from class net.shibboleth.profile.module.PropertyDrivenModule

    disable, enable, getDescription, getId, getName, getOwnerId, getURL, isHttpClientRequired, setURL

    Methods inherited from class net.shibboleth.profile.module.AbstractModule

    equals, getResources, hashCode, isEnabled, setResources, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface net.shibboleth.shared.component.IdentifiedComponent

    getId

    Methods inherited from interface net.shibboleth.profile.module.Module

    disable, enable, enable, getDescription, getName, getOwnerId, getResources, getURL, isEnabled, isHttpClientRequired
  • Constructor Details

    • OIDCModule

      public OIDCModule() throws IOException, net.shibboleth.profile.module.ModuleException
      Constructor.
      Throws:
      net.shibboleth.profile.module.ModuleException - on error
      IOException - on error