Uses of Class
net.shibboleth.utilities.java.support.component.ComponentInitializationException
Packages that use ComponentInitializationException
Package
Description
Set of interfaces used to describe basic features of "components" or "modules" within a larger system.
Classes for working with Apache HttpClient.
Classes for working with HTTP URLs and the protocol.
Classes for working with JSR-223 scripting environments.
Helpers for common security related tasks.
Implementations of security interfaces.
Service support for Shibboleth projects.
A set of helper functions for performing actions on DOM nodes.
-
Uses of ComponentInitializationException in net.shibboleth.utilities.java.support.component
Methods in net.shibboleth.utilities.java.support.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) 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.utilities.java.support.httpclient
Methods in net.shibboleth.utilities.java.support.httpclient that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionvoidFileCachingHttpClientBuilder.StorageManagingHttpClient.initialize()Initializes the component. -
Uses of ComponentInitializationException in net.shibboleth.utilities.java.support.net
Methods in net.shibboleth.utilities.java.support.net that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionprotected voidCookieManager.doInitialize()Performs the initialization of the component. -
Uses of ComponentInitializationException in net.shibboleth.utilities.java.support.scripting
Methods in net.shibboleth.utilities.java.support.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.utilities.java.support.security
Methods in net.shibboleth.utilities.java.support.security that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionvoidDataSealer.doInitialize()Performs the initialization of the component. -
Uses of ComponentInitializationException in net.shibboleth.utilities.java.support.security.impl
Methods in net.shibboleth.utilities.java.support.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.utilities.java.support.service
Methods in net.shibboleth.utilities.java.support.service that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionprotected voidAbstractReloadableService.doInitialize()This method checks to ensure that the component ID is not null. -
Uses of ComponentInitializationException in net.shibboleth.utilities.java.support.xml
Methods in net.shibboleth.utilities.java.support.xml that throw ComponentInitializationExceptionModifier and TypeMethodDescriptionprotected voidBasicParserPool.doInitialize()Initialize the pool.