- All Implemented Interfaces:
TrustServicePredicate, Predicate<eu.europa.esig.trustedlist.jaxb.tsl.TSPServiceType>
Filters TrustServices by 'granted' property (supports pre- and post- eIDAS)
-
Constructor Summary
Constructors
-
Method Summary
boolean
test(eu.europa.esig.trustedlist.jaxb.tsl.TSPServiceType trustService)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GrantedTrustService
public GrantedTrustService()
Default constructor
-
Method Details
-
test
public boolean test(eu.europa.esig.trustedlist.jaxb.tsl.TSPServiceType trustService)
- Specified by:
test in interface Predicate<eu.europa.esig.trustedlist.jaxb.tsl.TSPServiceType>