Package org.italiangrid.voms.ac
Interface ValidationResultListener
-
- All Known Implementing Classes:
NullListener
public interface ValidationResultListener
This interface is used to notify interested listeners of VOMS attribute certificate validation outcome.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyValidationResult(VOMSValidationResult result)
Informs of the result of the validation of a set ofVOMSAttribute
.
-
-
-
Method Detail
-
notifyValidationResult
void notifyValidationResult(VOMSValidationResult result)
Informs of the result of the validation of a set ofVOMSAttribute
.- Parameters:
result
- the validation result
-
-