Interface SubjectAlternativeNameMatchers.Builder

    • Method Detail

      • exact

        SubjectAlternativeNameMatchers.Builder exact​(Collection<String> exact)

        The values sent must match the specified values exactly.

        Parameters:
        exact - The values sent must match the specified values exactly.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exact

        SubjectAlternativeNameMatchers.Builder exact​(String... exact)

        The values sent must match the specified values exactly.

        Parameters:
        exact - The values sent must match the specified values exactly.
        Returns:
        Returns a reference to this object so that method calls can be chained together.