Class CredentialValidationResultList

    • Constructor Detail

      • CredentialValidationResultList

        public CredentialValidationResultList​(@Nonnull @Nonempty
                                              Iterable<? extends ICredentialValidationResult> aResults)
        Constructor with multiple results
        Parameters:
        aResults - The collection of results. May neither be null nor empty.
    • Method Detail

      • isSuccess

        public boolean isSuccess()
        Specified by:
        isSuccess in interface com.helger.commons.state.ISuccessIndicator
      • isFailure

        public boolean isFailure()
        Specified by:
        isFailure in interface com.helger.commons.state.ISuccessIndicator
      • getDisplayText

        @Nullable
        public String getDisplayText​(@Nonnull
                                     Locale aDisplayLocale)
        Specified by:
        getDisplayText in interface com.helger.commons.text.display.IHasDisplayText