Class GrantedServiceFilter
java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.filter.AbstractTrustedServiceFilter
eu.europa.esig.dss.validation.process.qualification.trust.filter.GrantedServiceFilter
- All Implemented Interfaces:
TrustedServiceFilter
Filters TrustedServices by 'granted' status (before and after eIDAS)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisAcceptable(TrustedServiceWrapper service) Checks whether theserviceis acceptableMethods inherited from class eu.europa.esig.dss.validation.process.qualification.trust.filter.AbstractTrustedServiceFilter
filter
-
Constructor Details
-
GrantedServiceFilter
public GrantedServiceFilter()Default constructor
-
-
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
-