| 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.resource |
Classes for reading in documents/files/data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatableComponent.validate()
Validates that this component is operational and functioning properly (to the extent that such things can be
checked).
|
static void |
ComponentSupport.validate(Object obj)
If the given object is not null and an instance of
ValidatableComponent, then this method calls the given
object's ValidatableComponent.validate() method. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractResource.doValidate()
Performs the logic to validate this component.
|
void |
AbstractResource.validate()
Checks whether this component is valid and ready to be used.
|
Copyright © 1999-2013. All Rights Reserved.