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
Modifier and TypeMethodDescriptionvoid
Informs of the result of the validation of a set ofVOMSAttribute
-
Method Details
-
notifyValidationResult
Informs of the result of the validation of a set ofVOMSAttribute
- Parameters:
result
- the validation result
-