Package org.keycloak.saml.common.util
Class SystemPropertiesUtil
java.lang.Object
org.keycloak.saml.common.util.SystemPropertiesUtil
Utility dealing with the system properties at the JVM level for PicketLink
- Since:
- Jul 1, 2011
- Author:
- Anil.Saldhana@redhat.com
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
ensure()
No-op call such that the default system properties are setstatic String
getSystemProperty
(String key, String defaultValue) Get the System Property
-
Constructor Details
-
SystemPropertiesUtil
public SystemPropertiesUtil()
-
-
Method Details
-
ensure
public static void ensure()No-op call such that the default system properties are set -
getSystemProperty
Get the System Property- Parameters:
key
- key of the system propertydefaultValue
- default value to be returned if the system property is not set- Returns:
-