Uses of Class
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
Packages that use ComponentInitializationException Package Description net.shibboleth.utilities.java.support.component Set of interfaces used to describe basic features of "components" or "modules" within a larger system.net.shibboleth.utilities.java.support.httpclient Classes for working with Apache HttpClient.net.shibboleth.utilities.java.support.net Classes for working with HTTP URLs and the protocol.net.shibboleth.utilities.java.support.scripting Classes for working with JSR-223 scripting environments.net.shibboleth.utilities.java.support.security Helpers for common security related tasks.net.shibboleth.utilities.java.support.security.impl Implementations of security interfaces.net.shibboleth.utilities.java.support.service Service support for Shibboleth projects.net.shibboleth.utilities.java.support.xml 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 ComponentInitializationException Modifier and Type Method Description protected voidAbstractIdentifiedInitializableComponent. doInitialize()This method checks to ensure that the component ID is not null.protected voidAbstractInitializableComponent. doInitialize()Performs the initialization of the component.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 ComponentInitializationException Modifier and Type Method Description voidFileCachingHttpClientBuilder.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 ComponentInitializationException Modifier and Type Method Description protected 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 ComponentInitializationException Modifier and Type Method Description protected 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 ComponentInitializationException Modifier and Type Method Description voidDataSealer. 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 ComponentInitializationException Modifier and Type Method Description voidBasicKeystoreKeyStrategy. 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 ComponentInitializationException Modifier and Type Method Description protected 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 ComponentInitializationException Modifier and Type Method Description protected voidBasicParserPool. doInitialize()Initialize the pool.
-