Class SystemPropertiesUtil

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

public class SystemPropertiesUtil extends Object
Utility dealing with the system properties at the JVM level for PicketLink
Since:
Jul 1, 2011
Author:
[email protected]
  • Constructor Details

    • SystemPropertiesUtil

      public SystemPropertiesUtil()
  • Method Details

    • ensure

      public static void ensure()
      No-op call such that the default system properties are set
    • getSystemProperty

      public static String getSystemProperty(String key, String defaultValue)
      Get the System Property
      Parameters:
      key - key of the system property
      defaultValue - default value to be returned if the system property is not set
      Returns: