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.security |
Helpers for common security related tasks.
|
net.shibboleth.utilities.java.support.service |
Service support for Shibbleth projects.
A service is something reloads instances of serviceable components. |
net.shibboleth.utilities.java.support.xml |
A set of helper functions for performing actions on DOM nodes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractInitializableComponent.doInitialize()
Performs the initialization of the component.
|
protected void |
AbstractIdentifiedInitializableComponent.doInitialize()
This method checks to ensure that the component ID is not null.
|
void |
InitializableComponent.initialize()
Initializes the component.
|
void |
AbstractInitializableComponent.initialize()
Initializes the component.
|
static void |
ComponentSupport.initialize(Object obj)
If the given object is not null and an instance of
InitializableComponent , then this method calls the
given object's InitializableComponent.initialize() method. |
Modifier and Type | Method and Description |
---|---|
void |
FileCachingHttpClientBuilder.StorageManagingHttpClient.initialize()
Initializes the component.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CookieManager.doInitialize()
Performs the initialization of the component.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicKeystoreKeyStrategy.doInitialize()
Performs the initialization of the component.
|
void |
DataSealer.doInitialize()
Performs the initialization of the component.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractReloadableService.doInitialize()
This method checks to ensure that the component ID is not null.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicParserPool.doInitialize()
Initialize the pool.
|
Copyright © 1999–2016. All rights reserved.