Searched refs:securityEnabled (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java1546 return securityEnabled;
1550 private static boolean securityEnabled; field in class:SLPConfig
1552 // Indicates whether the securityEnabled property is true
1555 return securityEnabled &&
1556 (new Boolean(System.getProperty("net.slp.securityEnabled",
1727 securityEnabled = true;
1732 securityEnabled = false;

Completed in 47 milliseconds