All Known Implementing Classes:
TrustedServiceQualifierAndAdditionalServiceInfoPreEIDASConsistency, TrustedServiceStatusPreEIDASConsistency

public interface TrustedServiceCondition
Checks whether the TrustedService is valid
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the TrustedService is consistent
  • Method Details

    • isConsistent

      boolean isConsistent(TrustedServiceWrapper trustedService)
      Whether the TrustedService is consistent
      Parameters:
      trustedService - TrustedServiceWrapper to check
      Returns:
      TRUE if the trustedService is consistent, FALSE otherwise