public class SecurityProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
INCLUDE_JAR_NAME_IN_EXCEPTIONS |
| Constructor and Description |
|---|
SecurityProperties() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
includedInExceptions(java.lang.String refName)
Returns true in case the system or security property "jdk.includeInExceptions"
contains the category refName
|
static java.lang.String |
privilegedGetOverridable(java.lang.String propName)
Returns the value of the security property propName, which can be overridden
by a system property of the same name
|
public static final boolean INCLUDE_JAR_NAME_IN_EXCEPTIONS
public static java.lang.String privilegedGetOverridable(java.lang.String propName)
propName - the name of the system or security propertypublic static boolean includedInExceptions(java.lang.String refName)
refName - the category to check