Uses of Class
net.shibboleth.shared.component.ComponentInitializationException
Packages that use ComponentInitializationException
Package
Description
Set of interfaces used to describe basic features of "components" within a larger system.
Classes for working with Apache HttpClient.
Classes that represent basic first order logic concepts.
Shared networking APIs and classes.
Classes for working with JSR-223 scripting environments.
Helpers for common security related tasks.
Implementations of security interfaces.
Shared service APIs.
Implementations of shared service interfaces.
Security-related service implementation classes.
Spring specific implementations of
ServiceableComponent and
ReloadableService.XML implementation classes.
-
Uses of ComponentInitializationException in net.shibboleth.shared.component
Methods in net.shibboleth.shared.component that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionprotected voidAbstractIdentifiedInitializableComponent.doInitialize()This method checks to ensure that the component ID is not null.protected voidAbstractInitializableComponent.doInitialize()Performs the initialization of the component.final voidAbstractInitializableComponent.initialize()Initializes the component.static voidComponentSupport.initialize(Object obj) Deprecated, for removal: This API element is subject to removal in a future version.If the given object is not null and an instance ofInitializableComponent, then this method calls the given object'sInitializableComponent.initialize()method.voidInitializableComponent.initialize()Initializes the component. -
Uses of ComponentInitializationException in net.shibboleth.shared.httpclient
Methods in net.shibboleth.shared.httpclient that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionvoidFileCachingHttpClientBuilder.StorageManagingHttpClient.initialize()Initializes the component. -
Uses of ComponentInitializationException in net.shibboleth.shared.logic
Methods in net.shibboleth.shared.logic that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionstatic <T,U> ScriptedBiConsumer<T, U> ScriptedBiConsumer.inlineScript(String scriptSource) Factory to createScriptedBiConsumerfrom inline data.static <T,U> ScriptedBiConsumer<T, U> ScriptedBiConsumer.inlineScript(String engineName, String scriptSource) Factory to createScriptedBiConsumerfrom inline data.static <T,U, V> ScriptedBiFunction<T, U, V> ScriptedBiFunction.inlineScript(String scriptSource) Factory to createScriptedBiFunctionfrom inline data.static <T,U, V> ScriptedBiFunction<T, U, V> ScriptedBiFunction.inlineScript(String engineName, String scriptSource) Factory to createScriptedBiFunctionfrom inline data.static <T,U> ScriptedBiPredicate<T, U> ScriptedBiPredicate.inlineScript(String scriptSource) Factory to createScriptedBiPredicatefrom inline data.static <T,U> ScriptedBiPredicate<T, U> ScriptedBiPredicate.inlineScript(String engineName, String scriptSource) Factory to createScriptedBiPredicatefrom inline data.static <T> ScriptedConsumer<T>ScriptedConsumer.inlineScript(String scriptSource) Factory to createScriptedConsumerfrom inline data.static <T> ScriptedConsumer<T>ScriptedConsumer.inlineScript(String engineName, String scriptSource) Factory to createScriptedConsumerfrom inline data.static <T,U> ScriptedFunction<T, U> ScriptedFunction.inlineScript(String scriptSource) Factory to createScriptedFunctionfrom inline data.static <T,U> ScriptedFunction<T, U> ScriptedFunction.inlineScript(String engineName, String scriptSource) Factory to createScriptedFunctionfrom inline data.static <T> ScriptedPredicate<T>ScriptedPredicate.inlineScript(String scriptSource) Factory to createScriptedPredicatefrom inline data.static <T> ScriptedPredicate<T>ScriptedPredicate.inlineScript(String engineName, String scriptSource) Factory to createScriptedPredicatefrom inline data.static <T,U> ScriptedBiConsumer<T, U> ScriptedBiConsumer.resourceScript(String engineName, Resource resource) Factory to createScriptedBiConsumerfrom aResource.static <T,U> ScriptedBiConsumer<T, U> ScriptedBiConsumer.resourceScript(Resource resource) Factory to createScriptedBiConsumerfrom aResource.static <T,U, V> ScriptedBiFunction<T, U, V> ScriptedBiFunction.resourceScript(String engineName, Resource resource) Factory to createScriptedBiFunctionfrom aResource.static <T,U, V> ScriptedBiFunction<T, U, V> ScriptedBiFunction.resourceScript(Resource resource) Factory to createScriptedBiFunctionfrom aResource.static <T,U> ScriptedBiPredicate<T, U> ScriptedBiPredicate.resourceScript(String engineName, Resource resource) Factory to createScriptedBiPredicatefrom aResource.static <T,U> ScriptedBiPredicate<T, U> ScriptedBiPredicate.resourceScript(Resource resource) Factory to createScriptedBiPredicatefrom aResource.static <T> ScriptedConsumer<T>ScriptedConsumer.resourceScript(String engineName, Resource resource) Factory to createScriptedConsumerfrom aResource.static <T> ScriptedConsumer<T>ScriptedConsumer.resourceScript(Resource resource) Factory to createScriptedConsumerfrom aResource.static <T,U> ScriptedFunction<T, U> ScriptedFunction.resourceScript(String engineName, Resource resource) Factory to createScriptedFunctionfrom aResource.static <T,U> ScriptedFunction<T, U> ScriptedFunction.resourceScript(Resource resource) Factory to createScriptedFunctionfrom aResource.static <T> ScriptedPredicate<T>ScriptedPredicate.resourceScript(String engineName, Resource resource) Factory to createScriptedPredicatefrom aResource.static <T> ScriptedPredicate<T>ScriptedPredicate.resourceScript(Resource resource) Factory to createScriptedPredicatefrom aResource. -
Uses of ComponentInitializationException in net.shibboleth.shared.net
Methods in net.shibboleth.shared.net that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionprotected voidCookieManager.doInitialize()Performs the initialization of the component. -
Uses of ComponentInitializationException in net.shibboleth.shared.scripting
Methods in net.shibboleth.shared.scripting that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionprotected voidEvaluableScript.doInitialize()Performs the initialization of the component.protected voidScriptedRunnable.doInitialize()This method checks to ensure that the component ID is not null. -
Uses of ComponentInitializationException in net.shibboleth.shared.security
Methods in net.shibboleth.shared.security that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionvoidDataSealer.doInitialize()Performs the initialization of the component. -
Uses of ComponentInitializationException in net.shibboleth.shared.security.impl
Methods in net.shibboleth.shared.security.impl that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionvoidBasicKeystoreKeyStrategy.doInitialize()Performs the initialization of the component.voidScriptedKeyStrategy.doInitialize()Performs the initialization of the component. -
Uses of ComponentInitializationException in net.shibboleth.shared.service
Methods in net.shibboleth.shared.service that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionprotected voidAbstractReloadableService.doInitialize()This method checks to ensure that the component ID is not null.protected voidReloadableServiceGaugeSet.doInitialize()Performs the initialization of the component. -
Uses of ComponentInitializationException in net.shibboleth.shared.service.impl
Methods in net.shibboleth.shared.service.impl that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionprotected voidLogbackLoggingService.doInitialize()This method checks to ensure that the component ID is not null. -
Uses of ComponentInitializationException in net.shibboleth.shared.service.security.impl
Methods in net.shibboleth.shared.service.security.impl that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionprotected voidReloadingAccessControlService.doInitialize()This method checks to ensure that the component ID is not null.protected voidServiceableAccessControlService.doInitialize()This method checks to ensure that the component ID is not null. -
Uses of ComponentInitializationException in net.shibboleth.shared.spring.service
Methods in net.shibboleth.shared.spring.service that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionprotected voidAbstractServiceableComponent.doInitialize()This method checks to ensure that the component ID is not null.protected voidReloadableSpringService.doInitialize()This method checks to ensure that the component ID is not null. -
Uses of ComponentInitializationException in net.shibboleth.shared.xml.impl
Methods in net.shibboleth.shared.xml.impl that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionprotected voidBasicParserPool.doInitialize()Initialize the pool.