Class ServiceByTLUrlFilter
java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.filter.AbstractTrustedServiceFilter
eu.europa.esig.dss.validation.process.qualification.trust.filter.ServiceByTLUrlFilter
- All Implemented Interfaces:
TrustedServiceFilter
This class is used to filter trusted services by the TL Url.
-
Constructor Summary
ConstructorsConstructorDescriptionServiceByTLUrlFilter(String tlUrl) Constructor to instantiate the filter with a single TL URLServiceByTLUrlFilter(Set<String> tlUrls) Constructor to instantiate the filter with a set of TL URLs -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisAcceptable(TrustedServiceWrapper service) Checks whether theserviceis acceptableMethods inherited from class eu.europa.esig.dss.validation.process.qualification.trust.filter.AbstractTrustedServiceFilter
filter
-
Constructor Details
-
Method Details
-
isAcceptable
Description copied from class:AbstractTrustedServiceFilterChecks whether theserviceis acceptable- Specified by:
isAcceptablein classAbstractTrustedServiceFilter- Parameters:
service-TrustedServiceWrapperto check- Returns:
- TRUE if the
serviceis acceptable, FALSE otherwise
-