public interface VOMSACValidationStrategy
Modifier and Type | Method and Description |
---|---|
VOMSValidationResult |
validateAC(VOMSAttribute attributes)
Validates VOMS attributes not extracted from a certificate chain (e.g., as
returned from the VOMS server)
|
VOMSValidationResult |
validateAC(VOMSAttribute attributes,
java.security.cert.X509Certificate[] theChain)
Validates a VOMS Attribute Certificate
|
VOMSValidationResult validateAC(VOMSAttribute attributes, java.security.cert.X509Certificate[] theChain)
attributes
- the parsed VOMS attributestheChain
- the certificate chain from which the attributes were parsedVOMSValidationResult
object describing the outcome of the
validationVOMSValidationResult validateAC(VOMSAttribute attributes)
attributes
- the VOMS attributesVOMSValidationResult
object describing the outcome of the
validation