Package org.keycloak.saml.common.util
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:
- Anil.Saldhana@redhat.com
-
-
Constructor Summary
Constructors Constructor Description SystemPropertiesUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
ensure()
No-op call such that the default system properties are setstatic String
getSystemProperty(String key, String defaultValue)
Get the System Property
-