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 SummaryConstructors Constructor Description SystemPropertiesUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidensure()No-op call such that the default system properties are setstatic StringgetSystemProperty(String key, String defaultValue)Get the System Property
 
-