Uses of Class
net.shibboleth.idp.module.ModuleException
-
Packages that use ModuleException Package Description net.shibboleth.idp.module APIs for representing units of IdP functionality as modules.net.shibboleth.idp.module.admin.impl Administrative modules.net.shibboleth.idp.module.authn.impl Authentication modules.net.shibboleth.idp.module.impl Implementation classes supporting module system.net.shibboleth.idp.module.intercept.impl Interceptor modules.net.shibboleth.idp.module.profile.impl Profile modules. -
-
Uses of ModuleException in net.shibboleth.idp.module
Methods in net.shibboleth.idp.module that throw ModuleException Modifier and Type Method Description private IdPModule.ResourceResultAbstractIdPModule.BasicModuleResource. disable(ModuleContext moduleContext, boolean clean)Disable the supplied resource, either removing or renaming.Map<IdPModule.ModuleResource,IdPModule.ResourceResult>AbstractIdPModule. disable(ModuleContext moduleContext, boolean clean)Disable the module.Map<IdPModule.ModuleResource,IdPModule.ResourceResult>IdPModule. disable(ModuleContext moduleContext, boolean clean)Disable the module.Map<IdPModule.ModuleResource,IdPModule.ResourceResult>PropertyDrivenIdPModule. disable(ModuleContext moduleContext, boolean clean)Disable the module.private IdPModule.ResourceResultAbstractIdPModule.BasicModuleResource. enable(ModuleContext moduleContext)Enable the supplied resource.Map<IdPModule.ModuleResource,IdPModule.ResourceResult>AbstractIdPModule. enable(ModuleContext moduleContext)Enable the module.Map<IdPModule.ModuleResource,IdPModule.ResourceResult>IdPModule. enable(ModuleContext moduleContext)Enable the module.Map<IdPModule.ModuleResource,IdPModule.ResourceResult>PropertyDrivenIdPModule. enable(ModuleContext moduleContext)Enable the module.protected voidPropertyDrivenIdPModule. load()Load module information from properties.Constructors in net.shibboleth.idp.module that throw ModuleException Constructor Description PropertyDrivenIdPModule(InputStream inputStream)Constructor.PropertyDrivenIdPModule(Class<? extends IdPModule> claz)Constructor.PropertyDrivenIdPModule(Properties properties)Constructor. -
Uses of ModuleException in net.shibboleth.idp.module.admin.impl
Constructors in net.shibboleth.idp.module.admin.impl that throw ModuleException Constructor Description Hello()Constructor.UnlockKeys()Constructor. -
Uses of ModuleException in net.shibboleth.idp.module.authn.impl
Constructors in net.shibboleth.idp.module.authn.impl that throw ModuleException Constructor Description Demo()Constructor.Duo()Constructor.External()Constructor.Function()Constructor.IPAddress()Constructor.MFA()Constructor.Password()Constructor.RemoteUser()Constructor.RemoteUserInternal()Constructor.SPNEGO()Constructor.X509()Constructor. -
Uses of ModuleException in net.shibboleth.idp.module.impl
Methods in net.shibboleth.idp.module.impl that throw ModuleException Modifier and Type Method Description private intModuleManagerCLI. doManage(ModuleContext moduleContext, ModuleManagerArguments args)Manage modules as directed.protected voidCoreIdPModule. load()Load module information from properties.protected voidPluginIdPModule. load()Load module information from properties.Constructors in net.shibboleth.idp.module.impl that throw ModuleException Constructor Description CoreIdPModule(Class<? extends IdPModule> claz)Constructor.PluginIdPModule(Class<? extends IdPModule> claz)Constructor. -
Uses of ModuleException in net.shibboleth.idp.module.intercept.impl
Constructors in net.shibboleth.idp.module.intercept.impl that throw ModuleException Constructor Description Consent()Constructor.ContextCheck()Constructor.ExpiringPassword()Constructor.Impersonate()Constructor.Warning()Constructor. -
Uses of ModuleException in net.shibboleth.idp.module.profile.impl
Constructors in net.shibboleth.idp.module.profile.impl that throw ModuleException Constructor Description CAS()Constructor.
-