Package net.shibboleth.shared.component
Class ComponentSupport
java.lang.Object
net.shibboleth.shared.component.ComponentSupport
Deprecated, for removal: This API element is subject to removal in a future version.
Support class for working with
Component objects.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDeprecated, for removal: This API element is subject to removal in a future version.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, for removal: This API element is subject to removal in a future version.static voidinitialize(Object obj) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ComponentSupport
private ComponentSupport()Deprecated, for removal: This API element is subject to removal in a future version.Constructor.
-
-
Method Details
-
destroy
Deprecated, for removal: This API element is subject to removal in a future version.If the given object is not null and an instance ofDestructableComponent, then this method calls the given object'sDestructableComponent.destroy()method.- Parameters:
obj- object to destroy, may be null
-
initialize
@Deprecated(forRemoval=true, since="9.0") public static void initialize(@Nullable Object obj) throws ComponentInitializationException 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.- Parameters:
obj- object to initialize, may be null- Throws:
ComponentInitializationException- thrown if there is a problem initializing the object
-