Class StringUtil

java.lang.Object
org.keycloak.saml.common.util.StringUtil

public class StringUtil extends Object
Utility dealing with Strings
Since:
Oct 21, 2009
Author:
[email protected]
  • Constructor Details

    • StringUtil

      public StringUtil()
  • Method Details

    • isNotNull

      public static boolean isNotNull(String str)
      Check whether the passed string is null or empty
      Parameters:
      str -
      Returns:
    • isNullOrEmpty

      public static boolean isNullOrEmpty(String str)
      Check whether the string is null or empty
      Parameters:
      str -
      Returns:
    • match

      public static void match(String first, String second)
      Match two strings else throw a RuntimeException
      Parameters:
      first -
      second -