| Package | Description |
|---|---|
| net.shibboleth.metadata.validate |
Classes for validation of specific object types.
|
| net.shibboleth.metadata.validate.x509 |
Validation classes for X.509 certificate objects.
|
| Modifier and Type | Method and Description |
|---|---|
Validator.Action |
Validator.validate(V e,
Item<?> item,
String stageId)
Apply the validator to the object in the given
Item context. |
static Validator.Action |
Validator.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Validator.Action[] |
Validator.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Validator.Action |
AbstractX509Validator.validate(X509Certificate cert,
Item<?> item,
String stageId) |
Copyright © 1999–2016. All rights reserved.