Interface CredentialsMatcher

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  CredentialsMatcher.CQL
      A mix-in interface to allow describing a credentials matcher.
    • Method Detail

      • matches

        boolean matches​(@NonNull
                        Credentials item)
        Evaluates the matcher for the specified credentials.
        Parameters:
        item - the specified credentials.
        Returns:
        true if and only if the specified credentials match.